> I have 2 files for you. First is the log with the error… (Looks like I am > getting a non –existent user error)
I don't think so. LDAP error 49 (0x31) is typically caused by authentication failure, e.g. bad password (see http://support.microsoft.com/kb/218185). It looks like it's happening at application startup when the Spring application context is being initialized. I would expect that sort of failure to happen if the credentials used to perform the initial LDAP bind are bad, e.g.: <property name="userDn" value="{CN=Ian Strait,OU=Quinault Administrators,OU=Quinault School Dist,DC=quinault,DC=local}"/> <property name="password" value="{cornetto}"/> Are you sure those are correct? You might use the ldp tool, http://technet.microsoft.com/en-us/library/cc772839%28WS.10%29.aspx, to verify. Also, looks like that may be your real password. If so you should change it immediately. 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
