Reference Guide

Table Of Contents
Name Description Schema
group_object_
class
optional
LDAP object class for groups. Default value is group. In
Active Directory, groups and users are stored in the same
directory path, and are in a class called group. Default
value is group.
Length : 1 - 1023
string
group_search_
level
optional
Nested search level for performing group search. Default
value is 0 (no nested search level limitation)
Minimum value : 0
Maximum value : 65535
integer (int32)
group_search_
path
optional
Path used to search for groups on the directory server.
Search path is empty, if global catalog is enabled.
Length : 0 - 1023
string
is_global_cata
log
optional
Whether or not the catalog is global. Default value is false. boolean
ldap_server_t
ype
optional
LDAPServerTypeEn
um
ldap_servers
optional
List of IP addresses of the LDAP servers for the domain. IP
addesses are in IPv4 or IPv6 format.
< string (ip-address)
> array
ldap_timeout
optional
Timeout for establishing a connection to an LDAP server. If
the system does not receive a reply from the LDAP server
after the specified timeout, it stops sending requests.
Default value is 30000 (30 seconds).
Minimum value : 0
Maximum value : 2147483647
integer (int32)
port
optional
Port number used to connect to the LDAP Server. Default
values are LDAP(389), LDAPs(636), GlobalCatalog
LDAP(3268), Global Catalog LDAPs(3269).
Minimum value : 0
Maximum value : 65535
integer (int32)
protocol
optional
LDAPProtocolEnum
676