Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mod_auth_ldap problem

Status
Not open for further replies.

Crundy

Programmer
Jul 20, 2001
305
GB
Hello,
I'm using Apache 1.3.33 and the mod_auth_ldap apxs module from:

I have this setup on a linux box and it's working fine authenticating against our Active Directory. I had to install the same versions of Apache and mod_auth_ldap on a solaris server, but the authentication with exacly the same setup isn't working. The config I'm using in both looks like:

AuthName "Test access"
AuthType Basic
LDAP_Server our.ad.server.com
LDAP_Port 389
Base_DN "ou=accounts,dc=our,dc=ad,dc=server,dc=com"
UID_Attr cn
require valid-user

Which works fine on the Linux box, but on the solaris box it does not authenicate and I get this error in the apache logs:

Code:
[Wed Aug 31 14:22:04 2005] [error] (PID: 21948) mod_auth_ldap.c (1827) - cr->ld=2c4690
[Wed Aug 31 14:22:04 2005] [error] [client 139.222.129.175] (PID: 21948) mod_auth_ldap.c (1897) - no user found for: myusername

Does anyone know what's wrong?

C:\DOS:>
C:\DOS:>RUN
RUN DOS RUN!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top