ldap_network_timeout_s for MariaDB Xpand

Overview

In 23.09:

The seconds value used to time out network connections to the LDAP server. 0 specifies an infinite timeout

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_network_timeout_s system variable can be set by executing SET GLOBAL:

SET GLOBAL ldap_network_timeout_s = <number_of_seconds>;

Using SET GLOBAL to set the value of a global variable in Xpand causes a change that will persist on restart.

DETAILS

The ldap_network_timeout_s system variable sets the timeout for network connections to the LDAP server, in seconds.

Valid range of values is from 0 to 120 (default: 10).

0 specifies an infinite timeout.

SYNONYMS

SCHEMA

PARAMETERS

SKYSQL

PRIVILEGES

EXAMPLES

To change the default LDAP network timeout to 3 seconds:

SET GLOBAL ldap_network_timeout_s = 3;

To disable LDAP network timeouts:

SET GLOBAL ldap_network_timeout_s = 0;

ERROR HANDLING

FEATURE INTERACTION

RESPONSES

DIAGNOSIS

ISO 9075:2016

CHANGE HISTORY

Release Series

History

23.09

  • Added in MariaDB Xpand 23.09.1.

6.1

  • Not present.

6.0

  • Not present.

5.3

  • Not present.

EXTERNAL REFERENCES