projects
/
GroupUserFolder.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
0bb76f8dd3e7d57886651a0410dd3e6a9778243f
[GroupUserFolder.git]
/
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
}