X-Git-Url: https://scm.cri.ensmp.fr/git/GroupUserFolder.git/blobdiff_plain/e9d14b6b5cc9cd4775c60cb340b5c4c787536fc3:/skins/gruf/gruf_ldap_required_fields.py..3e1ba4932c34812cf2f6f3569b0f0dbea97b7a0b:/Products/GroupUserFolder/skins/gruf/static/gitweb.js diff --git a/skins/gruf/gruf_ldap_required_fields.py b/skins/gruf/gruf_ldap_required_fields.py deleted file mode 100755 index 0bb76f8..0000000 --- a/skins/gruf/gruf_ldap_required_fields.py +++ /dev/null @@ -1,14 +0,0 @@ -## 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, - }