Requiring unified login

The unified login required configuration parameter controls the type of login that is acceptable to Adaptive Server. The possible values are:

The syntax is:

sp_configure "unified login required", [0|1]

For example, to require all logins to be authenticated by a security mechanism, execute:

sp_configure "unified login required", 1