AOA,

In following line from the fast bind portion of LDAP Authentication handler
code, the cn parameter is coming from the form and replaced the %u.

<property name="filter" value="cn=%u,ou=o-moveon,dc=localhost" />
>

Now what we want to do is also feed the ou parameter from the CAS login
form. May be like "cn=%u,ou=%o,dc=localhost", so that the parameter from
our form replaces the %o in the xml in configcontextdeployer.xml.

Does cas already have any such way to pass second parameter (ou) with user
(cn)? Or will it be easy/practicle to implement such stuff?

WE want to have all sorts of users from organizations in LDAP, users from
two different OU can have same ID but will be differentiated on base of OU.

Best regards,
Khuram

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