DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44302>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44302 Summary: AuthLDAPURL does not accept ldapi:// urls Product: Apache httpd-2 Version: 2.2.8 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: mod_authz_ldap AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] When using an ldapi:// (local socket) url apache issues the error [LDAP: ldap_simple_bind_s() failed][Can't contact LDAP server]. I'm not familiar with libldap API, but it seems ldap_simple_bind_s cannot accept a filename as hostname. PS. The output of the URL parsing is (and it doesn't work even if %2f were replaced with '/'): [Sun Jan 27 17:17:18 2008] [debug] mod_authnz_ldap.c(870): [28272] auth_ldap url parse: `ldapi://%2fvar%2frun%2fldapi/ou=Users,dc=lan' [Sun Jan 27 17:17:18 2008] [debug] mod_authnz_ldap.c(879): [28272] auth_ldap url parse: Host: /var/run/ldapi [Sun Jan 27 17:17:18 2008] [debug] mod_authnz_ldap.c(881): [28272] auth_ldap url parse: Port: 389 [Sun Jan 27 17:17:18 2008] [debug] mod_authnz_ldap.c(883): [28272] auth_ldap url parse: DN: ou=Users,dc=lan [Sun Jan 27 17:17:18 2008] [debug] mod_authnz_ldap.c(885): [28272] auth_ldap url parse: attrib: (null) [Sun Jan 27 17:17:18 2008] [debug] mod_authnz_ldap.c(887): [28272] auth_ldap url parse: scope: base [Sun Jan 27 17:17:18 2008] [debug] mod_authnz_ldap.c(892): [28272] auth_ldap url parse: filter: (null) [Sun Jan 27 17:17:18 2008] [debug] mod_authnz_ldap.c(972): LDAP: auth_ldap not using SSL connections -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
