LDAP Users Synchronize Properly but Cannot Login
(Doc ID 569003.1)
Last updated on DECEMBER 01, 2023
Applies to:
Oracle Agile PLM Framework - Version 9.2.1.0 and laterInformation in this document applies to any platform.
Agile PLM 9.2.1
Agile PLM 9.2.1.3
Symptoms
LDAP Users Synchronize Properly but Cannot Login
javax.naming.directory.InvalidSearchFilterException: Missing 'equals'; remaining name 'OU=Distribution Lists,DC=your,DC=domain,DC=com'
<AppException:ERROR> Invalid username or password.
com.agile.admin.ldap.DirServiceException: Invalid username or password.
Changes
Configured LDAP to Synchronize using Groups, with a configuration similar to the following:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cayenne:cascading-ldap>
<cayenne:cascading-ldap xmlns:cayenne="http://www.agile.com/cayenne/">
<ldap id="Agile001">
<description/>
<agent>ActiveDirectory</agent>
<url>ldap://<FQDN>:<port></url>
<domain><FQDN></domain>
<ldapuser>
<user>user@<FQDN></user>
<password>88B022222222E31E053E</password>
</ldapuser>
<user-path></user-path>
<search-scope></search-scope>
<search-filter></search-filter>
<mechanism>simple</mechanism>
<group-path>OU=Groups,DC=domain,DC=com</group-path>
<group-scope>SUB_TREE</group-scope>
<group-filter>(|(CN=group1)(CN=group2)(CN=group3))</group-filter>
<group-membership>simple</group-membership>
</ldap>
</cayenne:cascading-ldap>
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |