eggification
[GroupUserFolder.git] / Products / GroupUserFolder / skins / gruf / gruf_ldap_required_fields.py
1 ## Script (Python) "gruf_ldap_required_fields"
2 ##bind container=container
3 ##bind context=context
4 ##bind namespace=
5 ##bind script=script
6 ##bind subpath=traverse_subpath
7 ##parameters=login
8 ##title=Mandatory / default LDAP attribute values
9 ##
10
11 return {
12 "sn": login,
13 "cn": login,
14 }