LDAP Authentication

Configuring LDAP

For Active Directory you would need to login using an LDAP specific url and prefix.

Testing your LDAP

Testing your LDAP server from entermedia server

 yum install openldap-clients 

For command line testing you can try something like:

 ldapsearch -x -H ldap://111.222.0.1:389 -D "companydomain\christopher.burkey" -b "CN=Domain-DNS,CN=Schema,CN=Configuration,DC=sdbor,DC=local" -w [PASSWORD]

To enable and configure LDAP Authentication edit your catalogsettings

Add 3 new rows

Edit catalogsettings table

ID LABEL VALUE
ldapserver LDAP Server ldaps://xyz.servername.com
ldapserverprefix LDAP Prefix crc\
ladapserverpostfix LDAP Postfix OU=

 

If you need to setup a connection to a secure LDAP server, please refer to the following documentation on How to import a self signed certificate.