Hello, One of our customers had configured JNDIRealm to authenticate against Active Directory using the userPattern="DOMAIN/{0}". This was working great with Tomcat 6.0.20 (with my patch for 42579 applied (IIRC, the first time it was applied in the trunk it was misapplied)). However, when we upgraded to 6.0.29 this began failing:
javax.naming.InvalidNameException: DOMAIN\username: [LDAP: error code 34 - 0000208F: LdapErr: DSID-0C090654, comment: Error processing name, data 0, vece ]; remaining name 'DOMAIN\username I've gone through the code trying to figure out if anything has changed in JNDIRealm that would affect this, but I couldn't see anything. Has anyone had success with this configuration or have any idea what might be causing this error? Regards, Brandon