Dovecot 1.0.10 - Authenticate against LDAP with multiple sub-trees
1 Oct
2015
1 Oct
'15
2:25 p.m.
Hi guys,
I'm using Dovecot 1.0.10 with LDAP authentication. Below is my dovecot-ldap.conf
{ hosts = *IP of LDAP server* auth_bind = yes auth_bind_userdn = uid=%u,ou=people,dc=*something*,dc=com ldap_version = 3 base = %u,ou=people,dc=*something*,dc=com deref = never scope = subtree user_filter = (&(objectClass=person)(uid=%u)) }
And the current structure:
Base | |-- people | | *user entries* |
Now I want to update to a LDAP server with the following structure:
Base | |-- people | |-- staff | | *user entries* |-- other location | | *user entries* |
How can I keep my "auth_bind_userdn" using this new structure? Hopefully somebody can help me :)
Regards, Daniel
3370
Age (days ago)
3370
Last active (days ago)
0 comments
1 participants
participants (1)
-
Daniel Heitepriem