> 1. In the section titled: "Set Up the *LdapAuthenticationHandlers, practical
> examples." ... The class
> name is: org.jasig.cas.adaptors.ldap.FastBindLdapAuthenticationHandler

That is indeed a typo.  I have corrected the documentation.  Thanks
for pointing that out.

> 3. Does the FastBind LDAP Handler work with MS-AD?

Only if the DN of a user can be constructed from the username provided
on the CAS login form.  If the user logs in with sAMAccountName, then
you'd need DNs of the form sAMAccountName=bob,OU=Users,dc=your,dc=org.
 That is to say if all your users are under the Users branch, you can
do this; otherwise, you would need to use the
BindLdapAuthenticationHandler to perform a search using a baseDN that
is common to all branches containing users who will authenticate.
You'll need to determine whether your organization's AD infrastructure
meets those requirements; we've seen some who do and some who do not
on the list in the past.

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