> If I want to have two search base that is one for Students and one for > staff, how I can assign search base for two different user base? > > p:searchBase="ou=students,dc=example,dc=com" ??? > p:searchBase="ou=staff,dc=example,dc=com" ???
The way most folks handle this is to specify a search base of "dc=example,dc=com" and do a subtree search. You can do this since both branches have a common descendant; you'd need multiple handlers if there were no common branch. 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
