ldap_user_lookup 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:
Strategy for deriving the LDAP user DN. Choices: substitution, query.
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_user_lookup system variable can be set by executing SET GLOBAL:
SET GLOBAL ldap_user_lookup = {substitution | query};
Using SET GLOBAL to set the value of a global variable in Xpand causes a change that will persist on restart.
DETAILS
The ldap_user_lookup system variable sets the strategy for deriving the LDAP user DN.
In order to set or read the contents of this variable, the SQL user requires the SYSTEM VARIABLE ADMIN permission.
Allowed values are substitution (default) and query
SYNONYMS
SCHEMA
PARAMETERS
SKYSQL
PRIVILEGES
EXAMPLES
To specify that Xpand should use plain regex substitution as defined by ldap_user_lookup_substitution to derive the user's LDAP user DN from the connecting client's username@hostname:
SET GLOBAL ldap_user_lookup = substitution;
ERROR HANDLING
FEATURE INTERACTION
RESPONSES
DIAGNOSIS
ISO 9075:2016
CHANGE HISTORY
Release Series | History |
|---|---|
23.09 |
|
6.1 |
|
6.0 |
|
5.3 |
|
