X-Git-Url: https://scm.cri.ensmp.fr/git/GroupUserFolder.git/blobdiff_plain/e9d14b6b5cc9cd4775c60cb340b5c4c787536fc3..3e1ba4932c34812cf2f6f3569b0f0dbea97b7a0b:/Products/GroupUserFolder/skins/gruf/gruf_ldap_required_fields.py diff --git a/Products/GroupUserFolder/skins/gruf/gruf_ldap_required_fields.py b/Products/GroupUserFolder/skins/gruf/gruf_ldap_required_fields.py new file mode 100755 index 0000000..0bb76f8 --- /dev/null +++ b/Products/GroupUserFolder/skins/gruf/gruf_ldap_required_fields.py @@ -0,0 +1,14 @@ +## Script (Python) "gruf_ldap_required_fields" +##bind container=container +##bind context=context +##bind namespace= +##bind script=script +##bind subpath=traverse_subpath +##parameters=login +##title=Mandatory / default LDAP attribute values +## + +return { + "sn": login, + "cn": login, + }