Dashboard Server Authentication LDAP Configuration
| Field Name | Property in spmdashboard- config.properties | Mandatory | Default Value | Description |
|---|---|---|---|---|
| IsAnonymous | auth.ldap.isAnonymous | No | false | Allows you to log into LDAP anonymously |
| UseRoleDN | rta.auth.ldap.useRoleDN | No | true | Decides whether to use role dn |
| LDAP Host | rta.auth.ldap.host | No | The name of the ldap host | |
| LDAP Port | rta.auth.ldap.port | No | The port of the ldap host | |
| Fetch DN | Retrieves the base DN (distinguished name) of the LDAP server. | |||
| LDAP Admin DN | rta.auth.ldap.adminDN | No | The admin user name for connecting to ldap | |
| Admin Password | rta.auth.ldap.admin
Password |
No | The admin password for connecting to ldap | |
| LDAP Base DN | rta.auth.ldap.baseDN | No | The base DN for the ldap | |
| SearchExpression | (&uid={0})(objectclass=person)) | Expression used for searching a user. | ||
| Ldap Uidattr | rta.auth.ldap.uidattr | No | uid | The ldap attribute to search username against |
| LDAP Object Class | rta.auth.ldap.objectClass | No | * | The ldap object to search for |
| LDAP Role Attr | rta.auth.ldap.roleAttr | No | nsroledn | Decides whether to use Role DN |
| LDAP DN Attr | rta.auth.ldap.dnAttr | No | distinguishedName | |
| Test Connection | Tests an LDAP connection. |
Copyright © Cloud Software Group, Inc. All rights reserved.
