Kerberos security services

Once the Kerberos security mechanism is enabled for connections to a remote Adaptive Server, one or more of the following security services provided by Kerberos can be used:

NoteThe optional security services provided by Kerberos are not enabled by default.


Message confidentiality

The following command executed on local server S1 sets message confidentiality for all connections to remote server S2 using Kerberos authentication .

sp_serveroption s2, “use message confidentiality”, true

Message integrity

The following command executed on local server S1 sets message integrity for all connections to remote server S2 using Kerberos authentication.

sp_serveroption s2, “use message integrity”, true

Message authentication

The following command executed on local server S1 sets mutual authentication for all connections to remote server S2 using Kerberos authentication.

sp_serveroption s2, “mutual authentication”, true