Thanks for your reply. How I can do a subtree searches? Yes descendent is same but I want to limit search to only to two user OUs that is Staff and Students. Any examples??
Thanks Farzan Qureshi ------------------ Rosmini College Network Administrator & Helpdesk support On 2/08/2013 5:27 AM, "Marvin Addison" <[email protected]> wrote: > > 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 > -- This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager ( [email protected]). Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company. Finally, the recipient should check this email and any attachments for the presence of viruses. Rosmini Collegeaccepts no liability for any damage caused by any virus transmitted by this email. -- 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
