LDAP 49 is invalid credentials,
http://java.sun.com/docs/books/tutorial/jndi/ldap/exceptions.html.
>From the looks of it, the format of your DN is invalid:


<property name="userDn"
  value="{CN=Test User1,OU=Users,OU=Employees,DC=bc,DC=edu}"/>

The DN should not be enclosed in {} characters.  Moreover, you should
ensure that this user has privileges to search in the scope of your
base DN.  From the looks of it, I would imagine a user with "Test
User1" does not have such privileges.  Note that the DN you specify
here is only used to search; the DN that is returned is matched with
the login form password to bind for authentication purposes.  This is
the typical 2-phase search and bind LDAP authentication procedure.

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