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=41022>. 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=41022 ------- Additional Comments From [EMAIL PROTECTED] 2006-11-28 06:14 ------- (In reply to comment #0) > I have a problem with LDAP cnfiguration in Apache 2.0.53 > > <Directory /xxx/xxx> > AuthName "Realm" > AuthType Basic > AuthLDAPAuthoritative on > AuthLDAPURL ldaps://xxx.xxxx.xxx:389/?cn? > require ldap-attribute (&(cn=REMOTE_USER) (xxxxx=I accept) > Require valid-user > </Directory> > I need this specific directory to be closed to access if it don't answer a > specific filter. > and for some reason it isn't working. (In reply to comment #2) > (In reply to comment #1) > > According to your configuration, you are using ldap-attribute instead of ldap- > > filter in the require statement. You should be using ldap-filter. Also, why > > does your authLDAPURL end with a '?' ? > I'm not sure, thats the reason, I've opened a bug. > So what you say I should do is: > AuthLDAPURL ldaps://xxx.xxxx.xxx:389/?cn > require ldap-filter (&(cn=REMOTE_USER) (xxxxx=I accept) One more thing, I tried fixing as above, but still I can enter the site with no problems. How can I ask the cn to use the REMOTE_USER, Is there a reserved word for this. -- 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]
