ALTER LDAP SERVER Statement

Any changes to an LDAP server configuration object are applied on subsequent connections. Any connection already started when the change is applied does not immediately reflect the change.

Quick Links:

Go to Parameters

Go to Examples

Go to Usage

Go to Standards

Go to Permissions

Syntax

ALTER LDAP SERVER ldapua-server-name 
   { ldapua-server-attribs 
   | [ WITH  ( SUSPEND | ACTIVATE | REFRESH ) ] }

ldapua-server-attribs - (back to Syntax)
   SEARCH DN
      URL { ‘URL_string’ | NULL } 
      | ACCESS ACCOUNT { ‘DN_string’ | NULL } 
      | IDENTIFIED BY ( ‘password’ | NULL } 
      | IDENTIFIED BY ENCRYPTED { encrypted-password | NULL }
   | AUTHENTICATION URL { ‘URL_string’ | NULL } 
   | CONNECTION TIMEOUT timeout_value 
   | CONNECTION RETRIES retry_value 
   | TLS { ON | OFF } 

Parameters

(back to top)

Examples

(back to top)

Usage

(back to top)

In addition to resetting LDAP server configuration object values for attributes, the ALTER LDAP SERVER statement allows an administrator to make manual adjustments to a server's state and behavior by putting the LDAP server configuration object in maintenance mode and returning it to service from maintenance mode.

Standards

(back to top)

ANSI SQL–Compliance level: Transact-SQL® extension.

Permissions

(back to top)

Requires the MANAGE ANY LDAP SERVER system privilege.