Kerberos authentication properties


The file kerberos.properties stores several settings related to Kerberos authentification.

You should edit these settings via the user interface. Please note that some of these properties are stored encrypted.

Settings regarding Kerberos authentification
 Property Default value Encrypted Explanation
kerberos.fs.syncfalsenoWhen activated, all changes to the configuration will be sent to all available frontend servers.
ldap.search.account(empty string)yesThe LDAP account used to access the active directory in order to search for available users.
ldap.search.account.pwd(empty string)yesPassword for the LDAP account used to access the active directory in order to search for available users.
ldap.search.basedn(empty string)yesThe LDAP base DN (distinguished name) used for looking up available user accounts.
ldap.search.dc(empty string)yesFully qualified name to the LDAP server.
ldap.search.hop.count5noThe maximum number of referral hops that may be performed on the LDAP server. Setting this to 0 deactivates referral hops and no references will be followed.
ldap.search.port389yesThe port for the connection to the LDAP server.
ldap.search.sslfalsenoWhether SSL is used for the connection to the LDAP server.
ldap.search.use.clientconnectionfalsenoWhich connection settings are to be used for establishing a connection to the LDAP server (for searching for available users). When to to false, the connection settings as configured in the Kerberos settings are used. Otherwise, the connection settings as configured in the client menu are used.
use.kerberosfalsenoWhether Kerberos authentication is activated.