Simple LDAP Variables¶
The following variables are static and can only be changed at runtime.
Name | Command Line | Dynamic | Scope |
---|---|---|---|
authentication_ldap_simple_bind_root_dn |
Yes | No | Global |
authentication_ldap_simple_bind_root_pwd |
Yes | No | Global |
authentication_ldap_simple_ca_path |
Yes | No | Global |
authentication_ldap_simple_server_host |
Yes | No | Global |
authentication_ldap_simple_server_port |
Yes | No | Global |
authentication_ldap_simple_ssl |
Yes | No | Global |
authentication_ldap_simple_tls |
Yes | No | Global |
-
variable
authentication_ldap_simple_bind_root_dn
¶ Command Line: --authentication-ldap-simple-bind-root-dn=value
Dynamic: No Scope: Global Variable Type: String Default Value: Null
The root
credential used to authenticate against an LDAP. This variable is used with
``authentication_ldap_simple_bind_root_pwd`.
-
variable
authentication_ldap_simple_bind_root_pwd
¶ Command Line: --authentication-ldap-simple-bind-root-pwd=value
Dynamic: No Scope: Global Variable Type: String Default Value: Null
The root
password used to authenticate against an LDAP. This variable is used with
``authentication_ldap_simple_bind_root_dn`.
-
variable
authentication_ldap_simple_ca_path
¶ Command Line: --authentication-ldap-simple-ca_path=value
Dynamic: No Scope: Global Variable Type: String Default Value: Null
The certificate authority’s absolute path used to verify the LDAP certificate.
-
variable
authentication_ldap_simple_server_host
¶ Command Line: --authentication-ldap-simple-server-host=value
Dynamic: No Scope: Global Variable Type: String Default Value: Null
The LDAP server host used for LDAP authentication.
-
variable
authentication_ldap_simple_server_port
¶ Command Line: --authentication-ldap-simple-server-port=value
Dynamic: No Scope: Global Variable Type: String Default Value: Null
The LDAP server TCP/IP port number used for LDAP authentication.
-
variable
authentication_ldap_simple_ssl
¶ Command Line: --authentication-ldap-simple-ssl=value
Dynamic: No Scope: Global Variable Type: String Default Value: Null
If this variable is enabled, the plugin connects to the server with SSL.
-
variable
authentication_ldap_simple_tls
¶ Command Line: --authentication-ldap-simple-tls=value
Dynamic: No Scope: Global Variable Type: String Default Value: Null
If this variable is enabled, the plugin connects to the server with TLS.
See also
Contact Us
For free technical help, visit the Percona Community Forum.To report bugs or submit feature requests, open a JIRA ticket.
For paid support and managed or professional services, contact Percona Sales.