ALBLdapAuthSettings (schema)

LdapAuthSettings

Advanced load balancer LdapAuthSettings object
Name Description Type Notes
base_dn Base dn

The LDAP base DN.
For example, avinetworks.com would be
DC=avinetworks,DC=com.
string
bind_as_administrator Bind as administrator

LDAP administrator credentials are used to search for users
and group memberships.
Default value when not specified in API or module is
interpreted by ALB Controller as true.
boolean Default: "True"
email_attribute Email attribute

LDAP attribute that refers to user email.
Default value when not specified in API or module is
interpreted by ALB Controller as email.
string Default: "email"
full_name_attribute Full name attribute

LDAP attribute that refers to user's full name.
Default value when not specified in API or module is
interpreted by ALB Controller as name.
string Default: "name"
port Port

Query the LDAP servers on this port.
Default value when not specified in API or module is
interpreted by ALB Controller as 389.
integer Default: "389"
security_mode Security mode

LDAP connection security mode.
Enum options - AUTH_LDAP_SECURE_NONE,
AUTH_LDAP_SECURE_USE_LDAPS.
ALBAuthLdapSecurityMode
server Server

LDAP server IP address or Hostname.
Use IP address if an auth profile is used to configure
Virtual Service.
Minimum of 1 items required.
array of string Required
settings Settings

LDAP full directory configuration with administrator
credentials.
ALBLdapDirectorySettings
user_bind User bind

LDAP anonymous bind configuration.
ALBLdapUserBindSettings