LDAPVSConfig

LDAPVSConfig
LDAPVSConfig
JSON Example
{
    "realm": "string",
    "se_auth_ldap_bind_timeout": 0,
    "se_auth_ldap_cache_size": 0,
    "se_auth_ldap_connect_timeout": 0,
    "se_auth_ldap_conns_per_server": 0,
    "se_auth_ldap_reconnect_timeout": 0,
    "se_auth_ldap_request_timeout": 0,
    "se_auth_ldap_servers_failover_only": false
}
string
realm
Optional

Basic authentication realm to present to a user along with the prompt for credentials. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As uint32 As uint32
se_auth_ldap_bind_timeout
Optional

Default bind timeout enforced on connections to LDAP server. Field introduced in 21.1.1. Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As uint32 As uint32
se_auth_ldap_cache_size
Optional

Size of LDAP auth credentials cache used on the dataplane. Field introduced in 21.1.1. Unit is BYTES. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As uint32 As uint32
se_auth_ldap_connect_timeout
Optional

Default connection timeout enforced on connections to LDAP server. Field introduced in 21.1.1. Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As uint32 As uint32
se_auth_ldap_conns_per_server
Optional

Number of concurrent connections to LDAP server by a single basic auth LDAP process. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As uint32 As uint32
se_auth_ldap_reconnect_timeout
Optional

Default reconnect timeout enforced on connections to LDAP server. Field introduced in 21.1.1. Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As uint32 As uint32
se_auth_ldap_request_timeout
Optional

Default login or group search request timeout enforced on connections to LDAP server. Field introduced in 21.1.1. Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

boolean
se_auth_ldap_servers_failover_only
Optional

If enabled, connections are always made to the first available LDAP server in the list and will failover to subsequent servers. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

Property Of