Previous Topic: Policy Server not Reconnecting to LDAP Directory (111262, 101357)Next Topic: OneView Monitor Behavior After Changing Default Port Number (111672, 101587)


Policy Server Processes Authentication Request for Disabled User (111627)

Symptom:

If a user is present in multiple LDAP user stores with the same password, and is disabled in one of the user stores, the Policy Server continues to query the remaining user stores to determine if the user is authenticate. Querying all user stores is the default Policy Server behavior.

Only if the user is disabled in all user stores, does the Policy Server determine that the user is not authenticated.

Solution:

You can create a registry key to prevent the default Policy Server behavior. The ReturnOnDisabledUser registry key stops the Policy Server from querying subsequent user stores after determining that a user is disabled in one of the stores.

To create the registry key

  1. Access the Policy Server host system and do one of the following:
  2. Create ReturnOnDisabledUser with a registry value type of DWORD.

    Value: 1 or 0

    1

    Enables the registry key.

    0

    Disables the registry key.

    If the registry value is 0 or does not exist, the Policy Server is configured with the default behavior

  3. Do one of the following:
  4. Restart the Policy Server.