On Sun, 20 Feb 2005, [EMAIL PROTECTED] wrote:

> authldaprc:
> 
> LDAP_SERVER     hkeasyhost.com
> LDAP_PORT               389
> LDAP_BASEDN     ou=People,dc=hkeasyhost,dc=com
> LDAP_BINDDN     ou=People,dc=hkeasyhost,dc=com
> LDAP_BINDPW     *password*
> LDAP_TIMEOUT            15
> LDAP_AUTHBIND           1
> LDAP_MAIL               uid
> LDAP_FILTER             (AccountStatus=active)
> LDAP_HOMEDIR    homeDirectory
> LDAP_MAILDIR    homeDirectory
> LDAP_FULLNAME           cn
> LDAP_CRYPTPW            userPassword
> LDAP_DEREF              never
> LDAP_TLS                0
> 

Try this:

LDAP_SERVER             hkeasyhost.com
LDAP_PORT               389
LDAP_PROTOCOL_VERSION   3
LDAP_BASEDN             ou=People,dc=hkeasyhost,dc=com
LDAP_TIMEOUT            5
LDAP_AUTHBIND           1
LDAP_MAIL               uid
LDAP_FILTER             (AccountStatus=active)
LDAP_DOMAIN
LDAP_HOMEDIR            homeDirectory
LDAP_MAILDIR            homeDirectory
LDAP_FULLNAME           cn
LDAP_CRYPTPW            userPassword
LDAP_UID                uidNumber
LDAP_GID                gidNumber
LDAP_DEREF              never
LDAP_TLS                0


> slapd.log:
> 
> Feb 20 23:01:06 hkeasyhost slapd[12274]: conn=1534 fd=21 ACCEPT from
> IP=202.83.220.210:49812 (IP=0.0.0.0:389)

Considering the noticable abcense of "AccountStatus" in the logs one may
question if the LDAP version of the authenticator is active.



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to