ldap_auth_mode | Specifies the LDAP authentication mode. | UnencryptedMode |
ldap_conn_config | Configuration for LDAP connection, including server URLs and connection mode. | LDAPConnCfg |
servers | List of LDAP server URLs. | array of strings (URLs) |
prefix | Prefix to be added to the username during authentication. | string |
suffix | Suffix to be added to the username during authentication. | string |
bind_dn | Distinguished Name (DN) to bind to the LDAP server. | string |
bind_password | Password for the bind DN. | string |
base_dn | Base DN under which to search for users. | string |
search_attribute | LDAP attribute to search against when looking up users. | string |
search_filter | Additional LDAP search filters. | string |