Configuring LDAP user registries for Process Federation Server
You can configure one or more Lightweight Directory Access Protocol (LDAP) servers on Process Federation Server for user authentication. The LDAP server must be common between Process Federation Server and the federated systems.
About this task
Restriction: You cannot mix LDAP user authentication with other
authentication services, such as a basic user registry or a custom
user registry. If you have a mixture of authentication services, the
following error message is recorded in the console.log file
when a user tries to log in:
[ERROR ] CWWKS3006E: A configuration exception has occurred. There are multiple available UserRegistry implementation services; the system cannot determine which to use.If
multiple LDAP registries are configured in the server.xml file,
they are federated automatically. Ensure that the users are unique
across all federated repositories, otherwise the user registry operations
will not be successful and the following messages are recorded in
the console.log file[ERROR ] CWIML4538E: The user registry operation could not be completed. More than one record exists for the u1 principal name in the configured user registries. The principal name must be unique across all the user registries.
[AUDIT ] CWWKS1100A: Authentication did not succeed for user ID u1. An invalid user ID or password was specified.Procedure
To set up the user registry, add the ldapRegistry-3.0 feature
to the server.xml configuration file and specify
the configuration information for connecting to the LDAP server.