Forum Moderators: phranque
AuthType Basic
AuthName "Allow Anyone Under Acad.org or Admin.org"
AuthLDAPUrl ldap://ldapserver.org/ou=admin,o=org?uid?sub
AuthLDAPUrl ldap://ldapserver.org/ou=acad,o=org?uid?sub
require valid-user
but it seems that only the second base DN gets searched.
Can I specify multiple baseDN's on one line? If so, what syntax.
Can I do a baseDN o=wlu search and filter the results for the acad or admin ou?
Can someone nudge me in the right direction?
-Web server is on RedHat AS 2.1
-LDAP server is Novell NetWare 6.0/eDir 8.6.2
-Basic LDAP auth works fine.
Thanks.
JK