Hi. I've tried to set up Apache 2 to authenticate users against MS 2003 Active Directory, but are getting this error: Mon Sep 08 14:16:03 2008] [error] [client xxx.xxx.xxx.xxx] access to /folder failed, reason: verification of user id 'kenneho' not configured, referer: http://host.example.com/ This is from my httpd.conf: LoadModule ldap_module modules/mod_ldap.so LoadModule authnz_ldap_module modules/mod_authnz_ldap.so .... AuthType Basic AuthName "Welcome!" AuthLDAPURL ldap://111.222.333.444:389/dc=example,dc=com?sAMAccountName AuthLDAPBindDN CN=user,OU=something,DC=example,DC=com AuthLDAPBindPassword secret Require vaild-user General ldapsearch using the bind DN and password seems to work fine: ldapsearch -x -D "CN=user,OU=something,DC=example,DC=com" -w secret On http://wiki.apache.org/httpd/ModAuthAndActiveDirectory2003?highlight=(active)%7C(directory) a problem with mod_auth_ldap and MS 2003 AD is described, but this doesn't seem to apply to my configuration. Any ideas on how to further debug this? Regards, Kenneth Holter -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list