I am new to much of this so please be patient.
I have an FC5 box in a large AD environment.
For testing I am using my MRTG conf file.
<Location /mrtg>
AuthName "MRTG Web Page"
AuthType Basic
AuthzLDAPAuthoritative on
AuthLDAPURL " ldap://
<<Domain Controller FQDN>>:389/cn=users,DC=
<<Domain Name>>,DC=com?sAMAccountName?"
AuthLDAPBindDN CN=
<<User Name>>,DC=
<<Domain Name>>,DC=com
AuthLDAPBindPassword
<<########>>
require valid-user
</Location>
My error log file for apache simply states that verification of the user I am attempting to log in with is not configured.
What am I doing wrong? or what else should I be looking at?