Bug 43481 - AuthLDAPURL must contain a final path of branch?(ldap_search_ext_s)
Summary: AuthLDAPURL must contain a final path of branch?(ldap_search_ext_s)
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_authn_ldap (show other bugs)
Version: 2.4.6
Hardware: PC Linux
: P2 critical (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: ErrorMessage
: 43482 43483 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-09-26 04:26 UTC by Ayed
Modified: 2015-10-23 16:19 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ayed 2007-09-26 04:26:52 UTC
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"
Comment 1 Ruediger Pluem 2007-09-26 06:04:55 UTC
*** Bug 43482 has been marked as a duplicate of this bug. ***
Comment 2 Ruediger Pluem 2007-09-26 06:05:08 UTC
*** Bug 43483 has been marked as a duplicate of this bug. ***