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=43483>. 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=43483 Summary: AuthLDAPURL must contain a final path of branch?(ldap_search_ext_s) Product: Apache httpd-2 Version: 2.2.3 Platform: PC OS/Version: Linux Status: NEW Keywords: ErrorMessage Severity: critical Priority: P2 Component: mod_authn_ldap AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] the configuration with the module authnz_ldap worked very well. with this line:(apache look for authentification in full AD "ldap://10.x.y.z:389/DC=Domain?sAMAccountName?sub?(objectClass=user since yesterday a fatal error appeared: Internal Server Error when I look at apache2'log file I find: *** glibc detected *** corrupted double-linked list: 0x083b91f0 *** *** glibc detected *** corrupted double-linked list: 0x083b91f0 *** *** glibc detected *** corrupted double-linked list: 0x083b91f0 *** *** glibc detected *** corrupted double-linked list: 0x083b91f0 *** *** glibc detected *** corrupted double-linked list: 0x083b91f0 *** *** glibc detected *** corrupted double-linked list: 0x083b91f0 *** [warn] [client 127.0.0.1][7709] auth_ldap authentificate: user salah authentificate failed; URI /SimpleRepos [ldap_search_ext_s() for user failed][Operation error] I try to change configuration and make it more precised: AuthLDAPURL "ldap://10.x.y.z:389/OU=Users,OU=XYZ,DC=Domain?sAMAccountName?sub?(objectClass=user )" Now it work but only for users in "OU=Users,OU=XYZ,DC=Domain" -- 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]
