vegardit-docker-openldap/image/ldifs/init_module_unique.ldif
2020-04-02 13:03:15 +02:00

19 lines
558 B
Text

version: 1
dn: cn=module{0},cn=config
changetype: modify
add: olcModuleLoad
olcModuleLoad: unique
dn: olcOverlay=unique,olcDatabase={1}mdb,cn=config
objectClass: top
objectClass: olcConfig
objectClass: olcOverlayConfig
objectClass: olcUniqueConfig
olcOverlay: unique
olcUniqueURI: ldap:///${LDAP_INIT_ORG_DN}?cn?sub
olcUniqueURI: ldap:///${LDAP_INIT_ORG_DN}?uid?sub
olcUniqueURI: ldap:///ou=Users,${LDAP_INIT_ORG_DN}?mail?sub
olcUniqueURI: ldap:///ou=Users,${LDAP_INIT_ORG_DN}?gidNumber?sub
olcUniqueURI: ldap:///ou=Users,${LDAP_INIT_ORG_DN}?uidNumber?sub