Unified login and the remote procedure models  Setting server options for RPC security model B

Chapter 16: External Authentication

Establishing the security model for RPCs

To establish the security model for RPCs, use sp_serveroption. The syntax is:

sp_serveroption server, optname, [true | false]

To establish the security model, set optname to rpc security model A or rpc security model B. server names the remote server.

For example, to set security model B for remote server TEST3, execute:

sp_serveroption test3, "rpc security model B", true

The default model is “A,” that is, remote procedure calls are handled the same as in versions earlier than 11.5. No server options need to be set for model A.





Copyright © 2005. Sybase Inc. All rights reserved. Setting server options for RPC security model B

View this book as PDF