> I saw a parameter scope but I don't really understand the utility of this.

Scope is what you want; in particular SearchControls.SUBTREE_SCOPE
(integer value 2).  See
http://java.sun.com/products/jndi%2Ftutorial/basics/directory/scope.html
for further information.  I believe the default is ONELEVEL, which
only searches in the branch you specify; subtree will search the
specified base and all branches below it.

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

Reply via email to