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:
Does anyone know what's wrong?
C:\DOS:>
C:\DOS:>RUN
RUN DOS RUN!!
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!!