Wiki source code of NTLM authentication properties
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | The file //ldapauth.properties// stores several settings related to NTLM authorisation. |
2 | |||
3 | You should [[edit these settings via the user interface>>doc:Formcycle.SystemSettings.UserInterface.SingleSignOn.WebHome]]. Please note that some of these properties are stored encrypted. | ||
4 | |||
5 | {{table dataTypeAlpha="0-1-2" preSort="0-asc" caption="Settings regarding NTLM authentification"}} | ||
6 | |= Property|= Default value|= Encrypted|= Explanation | ||
7 | |use.ntlm|false|no|Whether NTLM authentication is activated. | ||
8 | |ntlm.fs.sync|false|no|When activated, all changes to the configuration will be sent to all available frontend servers. | ||
9 | |ntlm.domain|(empty string)|yes|The Windows domain name. The format depends on the active directory, eg. {{code language="none"}}example.de{{/code}} oder {{code language="none"}}example0{{/code}}. | ||
10 | |ntlm.domain.controller|(empty string)|yes|The (IP) address of the active directory controller used for authenticating users via NTLM and retrieving their data. | ||
11 | |ntlm.domain.controller.host|(empty string)|yes|The host name of the active directory controller. | ||
12 | |ntlm.account|(empty string)|yes|Name of the computer account that must have been granted permission to perform user verification. It must not be a regular user account. | ||
13 | |ntlm.account.pwd|(empty string)|yes|Password for the computer account. | ||
14 | |ldap.search.account|(empty string)|yes|The LDAP account used to access the active directory in order to search for available users. | ||
15 | |ldap.search.account.pwd|(empty string)|yes|Password for the LDAP account used to access the active directory in order to search for available users. | ||
16 | |ldap.search.ssl|false|no|Whether SSL is used for the connection to the LDAP server. | ||
17 | |ldap.search.port|389|yes|The port for the connection to the LDAP server. | ||
18 | |ldap.search.hop.count|5|no|The maximum number of referral hops that may be performed on the LDAP server. Setting this to {{code language="none"}}0{{/code}} deactivates referral hops and no references will be followed. | ||
19 | |ldap.search.basedn|(empty string)|yes|The LDAP base DN (distinguished name) used for looking up available user accounts. | ||
20 | {{/table}} |