Thanks Romain! Your solution worked.
Regards, Shyam -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Romain BOURGUE Sent: Tuesday, April 01, 2008 7:26 PM To: Yale CAS mailing list Subject: Re: Wild Cards in LDAP filter! Shyam, You need to you the BindLdapAuthentifcation as the FastBindLdap is not aware of the LDAP tree. Within the BindLdapAuthentifcation properties, set the "base" search property to the root node of your two branches and set the "scope" to SUBTREE_SCOPE. The search will be made to all the sub-branches of the "base" node. More info here : http://www.ja-sig.org/wiki/display/CASUM/LDAP ... Romain Shyam Kumar S a écrit : > Is it possible for us to configure CAS with a LDAP filter that has a > wild card in it? > > > > More specifically, I have a situation wherein there are two kinds of > users. It is configured so, by placing them under two different > organizational unit (ou) - in the LDAP directory. > > > > For authentication, it is sufficient if the user-id matches under any > of these organizational units. > > So, in this case, how do I configure the > FastBindLdapAuthenticationHandler in CAS? > > Or, is there any other option? > > > > Regards, > > Shyam > > > > > ---------------------------------------------------------------------- > -- > > ********** DISCLAIMER ******* > > The information contained in this email is confidential and may > contain proprietary information. It is meant solely for the intended > recipient. Access to this email by anyone else is unauthorised. If you > are not the intended recipient, any disclosure, copying, distribution > or any action taken or omitted in reliance on this, is prohibited and > may be unlawful. No liability or responsibility is accepted if > information or data is, for whatever reason, corrupted or does not > reach its intended recipient. Dun & Bradstreet PSAPL reserves the > right to take any action in accordance with its email policy. If you > have received this communication in error, please delete this mail & > notify us immediately at [EMAIL PROTECTED] > > > > > ---------------------------------------------------------------------- > -- > > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
********** DISCLAIMER ******* The information contained in this email is confidential and may contain proprietary information. It is meant solely for the intended recipient. Access to this email by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted in reliance on this, is prohibited and may be unlawful. No liability or responsibility is accepted if information or data is, for whatever reason, corrupted or does not reach its intended recipient. Dun & Bradstreet PSAPL reserves the right to take any action in accordance with its email policy. If you have received this communication in error, please delete this mail & notify us immediately at [EMAIL PROTECTED]
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
