LDAP_SERVER 192.168.47.103
LDAP_PORT 389
LDAP_BASEDN o=saigontel
LDAP_BINDDN cn=Manager, o=saigontel
LDAP_BINDPW password
LDAP_TIMEOUT 5
LDAP_MAIL mail
LDAP_GLOB_UID vmail
LDAP_GLOB_GID vmail
LDAP_HOMEDIR mailMessageStore
LDAP_MAILROOT /var/qmail/maildirs
LDAP_DEFAULTDELIVERY defaultDelivery
LDAP_FULLNAME cn
LDAP_CRYPTPW userPassword
LDAP_DEREF never
LDAP_TLS 0


My sample user profile in ldap is like
dn: [EMAIL PROTECTED],ou=test.com,ou=Mails , o=saigontel
objectClass: top
objectClass: person
objectClass: qmailuser
mail: [EMAIL PROTECTED]
uid: [EMAIL PROTECTED]
sn: test
cn: test test
accountStatus: active
userPassword:: e2NyeXB0fWZRcDdFQWRLRFBORXM=
^^^^^
Is it correct?


mailHost: smtp.test.com
mailMessageStore: test.com/test
deliveryMode: localdelivery
mailQuota: 10485760S,1000C

Any idea about what can be done to fix this?


I would see the search filter in the slapd log file, there maybe a whitespace in your conf.

What about other authentications, POP3 example?


Nandor Szabo




Reply via email to