CREATE LDAP SERVER Statement

Creates a new LDAP server configuration object for LDAP user authentication. Parameters defined during the creation of an LDAP server configuration object are stored in the ISYSLDAPSERVER (system view SYSLDAPSERVER) system table.

Quick Links:

Go to Parameters

Go to Examples

Go to Standards

Go to Permissions

Syntax

CREATE LDAP SERVER ldapua-server-name
   [ ldapua-server-attribs ] 
   [ WITH ACTIVATE ] 

ldapua-server-attribs
   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)

Standards

(back to top)

ANSI SQL–Compliance level: Transact-SQL extension.

Permissions

(back to top)

Requires the MANAGE ANY LDAP SERVER system privilege.