-
|
Hello people, currently I'm trying to get the admin_filter config to work. admin_filters i tried:
If anyone knows how to configure this or has examples that work for them, I'd be grateful for help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Got it to work. For anyone in the future with this issue, my admin_filter string looks like this now. For some reason, it didn't work for me without explicitly specifying admin_filter = "(&(uid={username})(memberOf=cn=admins-memberof,ou=Groups,dc=<dc1>,dc=<dc2>,dc=<dc3>)"Also the memberOf needs to be enabled in the ldap server. AFAIK this isn't the case per default |
Beta Was this translation helpful? Give feedback.
Got it to work. For anyone in the future with this issue, my admin_filter string looks like this now. For some reason, it didn't work for me without explicitly specifying
dcin the string:Also the memberOf needs to be enabled in the ldap server. AFAIK this isn't the case per default