Enabling and disabling external security services

To reset the status of LAN Manager security services, use sp_configure with the use security services configuration parameter:

The syntax is:

sp_configure "use security services", [0|1]

For example, to enable services with LAN Manager, execute:

sp_configure "use security services", 1