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.

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

Examples

Standards

ANSI SQL – Compliance level: Transact-SQL extension.

Permissions

Requires the MANAGE ANY LDAP SERVER system privilege.