revert ldap

This commit is contained in:
2025-02-13 16:30:01 +01:00
parent 7e6227fc33
commit 4b40076816
+2 -2
View File
@@ -68,9 +68,9 @@ services:
- CMD_PROTOCOL_USESSL=true
- CMD_LDAP_URL=ldaps://dc00.d.psi.ch
- CMD_LDAP_BINDDN={{ bind_user }}
- CMD_LDAP_BINDCREDENTIALS={{ bind_pw }}
- CMD_LDAP_BINDCREDENTIALS={{ bind_password }}
- CMD_LDAP_SEARCHBASE=OU=users,OU=psi,DC=d,DC=psi,DC=ch
- CMD_LDAP_SEARCHFILTER=(&(objectClass=user)(objectcategory=person))
- CMD_LDAP_SEARCHFILTER=(&(objectClass=user)(objectcategory=person)(|(CN=kst-*,OU=Official,OU=Groups,OU=psi,DC=d,DC=psi,DC=ch)(sAMAccountName=ext-*)(sAMAccountName=gac-*)))
- CMD_LDAP_USERIDFIELD=sAMAccountName
- CMD_LDAP_PROVIDERNAME="PSI"
volumes: