search for: uth_bind

Displaying 3 results from an estimated 3 matches for "uth_bind".

Did you mean: auth_bind
2017 Jun 07
2
Dovecot LDAP using custom field to allow users to connect
...bjectClass=myclass)(AllowUser=TRUE))/ This is my dovecot/ldap configuration below : /*# dovecot.conf* / /passdb {// // driver = ldap// // args = /etc/dovecot/dovecot-ldap.conf// //}/ *# dovecot-ldap.conf* /hosts = myurl:myport// //dn = cn=myuser,dc=mydomain,dc=com// //dnpass = ********// //a//uth_bind = yes// //auth_bind_userdn = uid=%u,ou=users,dc=mydomain,dc=com// //ldap_version = 3// //base = ou=Users,dc=mydomain,dc=com// //scope = base// //default_pass_scheme = SSHA512 / Do you have an idead ? Kind regards. -- Michael
2017 Jun 07
1
Dovecot LDAP using custom field to allow users to connect
Hi Michael, Just noticed you are using auth_bind_userdn which we don't. I think you may need to use pass_filter rather than user_filter?? Best Regards Martin On 2017-06-07 10:59, Martin Wheldon wrote: > Hi Michael, > > We do exactly that see example below: > > user_filter = > (&(&(objectClass=ukFirmGhITPerson)(u...
2017 Jun 07
0
Dovecot LDAP using custom field to allow users to connect
...ration below : > > /*# dovecot.conf* > / > /passdb {// > // driver = ldap// > // args = /etc/dovecot/dovecot-ldap.conf// > //}/ > > *# dovecot-ldap.conf* > > /hosts = myurl:myport// > //dn = cn=myuser,dc=mydomain,dc=com// > //dnpass = ********// > //a//uth_bind = yes// > //auth_bind_userdn = uid=%u,ou=users,dc=mydomain,dc=com// > //ldap_version = 3// > //base = ou=Users,dc=mydomain,dc=com// > //scope = base// > //default_pass_scheme = SSHA512 > / > Do you have an idead ? > > Kind regards. > > -- > Michael