projects
/
GroupUserFolder.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Compat zope-2.12 : résolution des problèmes avec les interfaces.
[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
}