> We have a Critical Path as LDAP, is it a problem? I don't understand the question.
> Another question, is searchBase recursive? I mean, if I have as searchBase > > o=zz,o=yy,c=xx > > and my users are in > > o=peope,ou=AAA,o=zz,o=yy,c=xx > > with the first searchBase, CAS would find my users at the second location? No. It's not recursive (subtree scope) by default and your scope is backward; you need to specify the highest branch of the directory to search multiple levels. For example, searchBase="ou=people,dc=vt,dc=edu" will find entries in the ou=people branch as well as entries immediately in the root (dc=vt,dc=edu) provided you have explicitly enabled subtree scope, http://java.sun.com/docs/books/tutorial/jndi/ops/scope.html. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
