Identity Governance - Authenticating using LDAP Server
search cancel

Identity Governance - Authenticating using LDAP Server

book

Article ID: 198714

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal CA Identity Suite

Issue/Introduction

After following the "Enable LDAP Authentication" guide in the documentation, I am not able to connect to Identity Governance.

How to Enable Active Directory and LDAP Authentication

 

Environment

Identity Governance 14.x

 

Cause

The documentation is missing steps.

Resolution

The documentation states that you need to set sage.security.disable.ADAuthentication = to false this is incorrect. This needs to stay as True. You need to change security.authentication.ldap.disable = false.

 

Here is a configuration example:

sage.security.disable = false

security.authentication.ldap.disable = false

security.authentication.ldap.disable.ssl = true (I did not use SSL)

security.authentication.ldap.manager.dn = cn=dsaadmin,ou=im,ou=ca,o=com

security.authentication.ldap.server = IPAddress:port (10.10.10.10:19289)

security.authentication.ldap.manager.password = ManagerPassword

security.authentication.ldap.rootContext = rootDN (ou=ca,o=com)

security.authentication.ldap.lookupAttribute = uid (uniqueAtrrtibute)