Account (Section)#

Path: /facilities/data-sources/data-source{id}/ldap/account

Parameters#

NameTypeRequiredDefaultDescription
ldap-attribute-to-fetchmulti-value, non-empty-stringoptionalList of user-attributes that are requested as part of user authentication.
account-id-attributestringoptionalThe attribute that the LDAP Directory Server returns, and is to be considered the account Id for the user entry. If nothing is set, ‘uid’ will be used for directory type ‘generic’, and sAMAccountName for ‘active-directory’
username-attributestringoptionalThe attribute that the LDAP Directory Server returns, and is to be considered the username for the user entry. If nothing is set, ‘uid’ will be used for directory type ‘generic’, and sAMAccountName for ‘active-directory’
search-filter-account-idstringoptionalThe filter to use when searching for a user in the LDAP Directory Server by its account Id, i.e. ‘uid=’, or for active-directory it’s usually ‘sAMAccountName=’. If not set, will default to (<account-id-attribute>={})
search-filter-usernamestringoptionalThe filter to use when searching for a user in the LDAP Directory Server by its username, i.e. ‘uid=’, or for active-directory it’s usually ‘sAMAccountName=’. If not set, will default to (<username-attribute>={})
search-filter-mailstringoptional(mail={})The filter to use when searching for a user by its email address. The default is ‘(mail=)‘
search-filter-phonestringoptional(telephoneNumber={})The filter to use when searching for a user by its phone number. The default is ‘(telephoneNumber=)‘
active-state-attributestringoptionalcarLicenseThe attribute to use to store the active state of the account. When Active Directory the active state attribute will always be ‘userAccountControl’ and this setting is ignored.
active-state-attribute-valuenon-empty-stringoptionaltrueThe attribute value that indicates that the account is active (e.g., ‘ACTIVE’), Any other value will be treated as inactive.Ignored when Active Directory is used.
inactive-state-attribute-valuenon-empty-stringoptionalfalseThe attribute value that indicates that the account is inactive (e.g., ‘INACTIVE’). This is used when creating disabled accounts or disabling accounts through the user-management profile. Ignored when Active Directory is used.
mobile-phone-number-attributestringoptionaltelephoneNumberThe attribute where the mobile phone number is set. This is only required if the number used for authentication is stored in a different attribute than ‘telephoneNumber’
email-attributestringoptionalmailThe attribute where the email-address is set. This is only required if the email address used for authentication is stored in a different attribute than ‘mail’.

Was this helpful?