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. |