Our LDAP is a Critical Path InJoin Directory Server. I have seen samples
with Active Directory Server, but I don't see Critical Path InJoin Directory
Server samples. Does CAS work with this server?

Users are in different branches,

o=peope,ou=AAA,o=zz,o=yy,c=xx
o=peope,ou=BBB,o=zz,o=yy,c=xx
o=peope,ou=CCC,o=zz,o=yy,c=xx

should I use OBJECT_SCOPE??

Thanks.


2010/5/17 Marvin Addison <[email protected]>

> > 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
>

-- 
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

Reply via email to