Hello, I
have the following problem: I configured apache to authenticate in an OpenLdap
and Keep getting the following error in the log file: [Mon Jun 18 16:31:48 2007] [debug] mod_auth_ldap.c(337):
[client 127.0.0.1] [796] auth_ldap authenticate: using URL
ldap://server:3939/o=root?uid?sub?(objectClass=*) [Mon Jun 18 16:31:48 2007] [debug] mod_auth_ldap.c(342):
[client 127.0.0.1] [796] auth_ldap authenticate: ap_get_basic_auth_pw() returns
401 [Mon Jun 18 16:31:53 2007] [debug] mod_auth_ldap.c(337):
[client 127.0.0.1] [796] auth_ldap authenticate: using URL
ldap://server:3939/o=root?uid?sub?(objectClass=*) [Mon Jun 18 16:31:53 2007] [warn] [client 127.0.0.1] [796]
auth_ldap authenticate: user fidesAdmin authentication failed; URI /servlet/HtmlUiServlet
[ldap_search_ext_s() for user failed][Protocol Error] [Mon Jun 18 16:32:00 2007] [debug] mod_auth_ldap.c(337):
[client 127.0.0.1] [796] auth_ldap authenticate: using URL ldap://server:3939/o=root?uid?sub?(objectClass=*) [Mon Jun 18 16:32:00 2007] [warn] [client 127.0.0.1] [796]
auth_ldap authenticate: user fidesAdmin authentication failed; URI /servlet/HtmlUiServlet
[ldap_search_ext_s() for user failed][Protocol Error] [Mon Jun 18 16:32:06 2007] [debug] mod_auth_ldap.c(337):
[client 127.0.0.1] [796] auth_ldap authenticate: using URL
ldap://server:3939/o=root?uid?sub?(objectClass=*) [Mon Jun 18 16:32:06 2007] [warn] [client 127.0.0.1] [796]
auth_ldap authenticate: user fidesAdmin authentication failed; URI /servlet/HtmlUiServlet
[ldap_search_ext_s() for user failed][Protocol Error] I
checked the ldap logs, and it seems the request does not reach the server. The machine
is visible, I try to connect using LdapBrowser and I succedded it. Any ideas? Here
is the configuration: AuthType Basic AuthName "CONF" AuthLDAPURL "ldap://server:3939/o=root?uid?sub?(objectClass=*)" require valid-user Thanks, Iulian. |