ldap_enabled for MariaDB Xpand
This page is part of MariaDB's Documentation.
The parent of this page is: System Variables for MariaDB Xpand
Topics on this page:
Overview
In 23.09:
Enable authentication using LDAP.
In 6.1, 6.0, 5.3:
Not present
See also: System Variables for MariaDB Xpand 23.09, in 6.1, in 6.0, and in 5.3
USAGE
The ldap_enabled
system variable can be set by executing SET GLOBAL
:
SET GLOBAL ldap_enabled = true;
Using SET GLOBAL
to set the value of a global variable in Xpand causes a change that will persist on restart.
DETAILS
The ldap_enabled
system variable enables or disables authentication using LDAP.
SYNONYMS
SCHEMA
PARAMETERS
SKYSQL
PRIVILEGES
EXAMPLES
Example of ldap_enabled
:
SET GLOBAL ldap_enabled = true;
SHOW VARIABLES LIKE '%ldap_enabled%';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| ldap_enabled | true |
+---------------+-------+
ERROR HANDLING
FEATURE INTERACTION
RESPONSES
DIAGNOSIS
ISO 9075:2016
CHANGE HISTORY
Release Series | History |
---|---|
23.09 |
|
6.1 |
|
6.0 |
|
5.3 |
|