LDAPKerberosRealm
The Kerberos realm for your LDAP server.
When you are using a Kerberized LDAP server, you must set LDAPSecurityType to Kerberos
. In addition, you must either:
- Set BaseDN to the name of a user who can get a Ticket-Granting-Ticket within Kerberos, and BaseDNPassword to the password for this user.
- Run Community in an environment where a
kinit
has been performed by a user that can access LDAP using the SASL GSSAPI mechanism. Community can use Kerberos credentials held in its environment, so in this case BaseDN and BaseDNPassword are not required.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | MySecurityRepository
|
Example: | LDAPKerberosRealm=TEST.EXAMPLE.COM
|
See Also: | LDAPSecurityType
BaseDN BaseDNPassword |