MAILEXPRESS

Basic Index   Expanded Index

Table Name: medatabase.LdapConfig
Description: The configuration for the LDAP integration.
Primary Keys: identifier
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.

Index Clustered? Unique? Fields
PK__LdapConf__D112ED4951278362 Yes Yes

No check constraints
Internal Foreign Key Constraint Affected Field Source Table
FK6A394DE932C87F94 identifier AbstractSingleton

No primary keys as foreign key constraints
No triggers