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 08:03 ------- (In reply to comment #4) > I'm not exactly sure what you are trying to do with the ldap filter. > Filtering on cn doesn't really make sense in this case because you already did > that in the AuthLDAPURL. If you have some other criteria, it would be easier > to handle it as: > AuthLDAPURL ldaps://xxx.xxxx.xxx:389/<basedn-here>?cn?sub?<your-filter-here> > require valid-user > or if you only care about a single attribute > AuthLDAPURL ldaps://xxx.xxxx.xxx:389/<basedn-here>?cn > require ldap-attribute <your-attribute>=<your-value> > BTW, your configuration is also missing the basedn that indicates where to > start your search within your ldap directory. I suggest you check out: > http://www.us.apachecon.com/presentations/TH21/TH21%20-%20Using%20LDAP% > 20Authentication%20in%20Apache%202.2.ppt This configuration of ldap doesn't have a baseDN so this what I can do. I tried writing a script in perl and I can query if the user is in this list. This ldap doesn't have any authentication by user name or password. I need it only to verify that the user performed a sign op of a document. This ldap can provide me this information. -- 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]
