This is a discussion on authnz_ldap_module and Windows 2003 Active Directory within the Windows Web Servers forums, part of the Web Server and Related Forums category; I have been trying to get LDAP to talk with Apache using the authnz_ldap_module but it seems to not be ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have been trying to get LDAP to talk with Apache using the
authnz_ldap_module but it seems to not be working. I was wondering if anyone has a working version of this including example. My setup is: LoadModule authnz_ldap_module modules/mod_authnz_ldap.so AuthType Basic AuthName Random Name AuthBasicProvider ldap AuthLDAPURL "ldap://XX.XX.X.XX:389/dc=domain,dc=com?uid" AuthLDAPBindDN "an account" AuthLDAPBindPassword "account-password" require ldap-group "dc=domain,dc=com" require valid-user I have tried this and I get the error that includes: [Fri Feb 16 14:34:46 2007] [warn] [client 10.10.4.168] [1684] auth_ldap authenticate: user user@domain.com authentication failed; URI / [User not found][No Such Object] [Fri Feb 16 14:34:46 2007] [error] [client 10.10.4.168] user user@domain.com not found: / I have just started using apache and I would like to get this set up if possible. Any Suggestions would be welcome and if you need any other information please ask. Thanks |
| Thread Tools | |
| Display Modes | |
|
|