| Field | 
Type | 
Defaults | 
Nulls? | 
Comments | 
| CACertificateBytes | 
varbinary (MAX) | 
None | 
Yes | 
The binary form of the trusted CA certificate. | 
| SSLEnabled | 
tinyint | 
None | 
No | 
Whether or not SSL should use when communicating with the LDAP server. | 
| authenticationMode | 
int | 
None | 
Yes | 
The type of authentication to perform when communicating with the LDAP server. One of SIMPLE_LOGIN or ANONYMOUS_LOGIN. | 
| encPreauthUserPassword | 
nvarchar (4000) | 
None | 
Yes | 
The encrypted pre-auth account password. | 
| ldapHost | 
nvarchar (256) | 
None | 
Yes | 
The LDAP server host. | 
| ldapPort | 
int | 
None | 
Yes | 
The LDAP server port. | 
| preauthUserDN | 
nvarchar (4000) | 
None | 
Yes | 
The pre-auth account username. | 
| searchBase | 
nvarchar (4000) | 
None | 
Yes | 
The search base to use when performing a search on the LDAP server. | 
| searchFilter | 
nvarchar (4000) | 
None | 
Yes | 
The search filter definition to use when performing a search on the LDAP server. | 
| serviceEnabled | 
tinyint | 
None | 
No | 
Whether or not the LDAP functionality is enabled. | 
| identifier | 
numeric (19) | 
None | 
No | 
Unique ID for an entry. |