2.2 Enable message integrity

Information

Sybase ASE supports a means of signaling to the underlying security mechanism that message integrity is required via the msg integrity reqd configuration parameter.
The setting is disabled by default. It is recommended the message integrity is enabled. Note that enabling the use security services configuration parameter is a prerequisite for enabling message integrity.

Rationale:
Enabling message integrity prevents an attacker positioned between the client and the server from intercepting and modifying messages.

Solution

1. Connect to the database as a user with the sso_role and execute the following SQL statement to enable message integrity.
exec sp_configure 'msg integrity reqd', 1

See Also

https://workbench.cisecurity.org/files/1612