MAILEXPRESS

Basic Index   Expanded Index

Table Name: medatabase.WebServicesConfigLog
Description: Auditing table for changes to corresponding with table WebServicesConfig.
Primary Keys: identifier
logNumber
Field Type Defaults Nulls? Comments
identifier numeric (19) None No Unique ID for an entry.
logNumber numeric (19) None No Audit log identifier.
basicAuthRealm nvarchar (256) None Yes The realm name to use when presenting the Basic Authentication option to client connections.
domainName nvarchar (256) None Yes The domain name.
encKdcPreauthUserPassword nvarchar (4000) None Yes The encrypted password for the KDC pre-auth account.
kdcHost nvarchar (256) None Yes The Kerberos Key Distribution Center host.
kdcPort int None Yes The Kerberos Key Distrubution Center host port number.
kdcPreauthUsername nvarchar (256) None Yes The username for the KDC pre-auth account.
kerberosEnabled tinyint None Yes Whether or not the Kerberos Single Sign On functionality is enabled.
kerberosRealm nvarchar (256) None Yes The Kerberos realm name.

Index Clustered? Unique? Fields
PK__WebServi__B55535B74B399FE2 Yes Yes

No check constraints
Internal Foreign Key Constraint Affected Field Source Table
FKF1C89D10D247948F identifier AbstractSingletonLog
FKF1C89D10D247948F logNumber AbstractSingletonLog

No primary keys as foreign key constraints
No triggers