ldap authentication problem
Posted: Fri Mar 11, 2005 5:38 pm
dear readers,
I'm having a BIG problem authenticating my users against an ldap directory. Basically: I always get the error "The username or password in incorrect", even though I KNOW that the password is in fact correct.
I've followed instructions from the Scalix technical note.
My authentication id is uid, and has been set for the users in sac. Below my config files:
ual.remote:
auth sufficient om_ldap
auth sufficient om_auth
auth required pam_deny
account required om_auth
password optional om_ldap
password required om_auth
session required om_auth
and om_ldap.conf:
host=my ldap server dns name
search=subtree
base=dc=intech,dc=unu,dc=edu
filter=uid=%s
What could be wrong here? Any ideas? (dns resolution works, I've also tried ip address)
We would like to start using scalix on monday, so a fast reply would be VERY MUCH appreciated... :)
I'm having a BIG problem authenticating my users against an ldap directory. Basically: I always get the error "The username or password in incorrect", even though I KNOW that the password is in fact correct.
I've followed instructions from the Scalix technical note.
My authentication id is uid, and has been set for the users in sac. Below my config files:
ual.remote:
auth sufficient om_ldap
auth sufficient om_auth
auth required pam_deny
account required om_auth
password optional om_ldap
password required om_auth
session required om_auth
and om_ldap.conf:
host=my ldap server dns name
search=subtree
base=dc=intech,dc=unu,dc=edu
filter=uid=%s
What could be wrong here? Any ideas? (dns resolution works, I've also tried ip address)
We would like to start using scalix on monday, so a fast reply would be VERY MUCH appreciated... :)