Establishing the security model for RPCs  Rules for setting up security model B for RPCs

Chapter 16: External Authentication

Setting server options for RPC security model B

For RPC security model B, you can set options with sp_serveroption. The syntax is:

sp_serveroption server, optname, optvalue

where:

For example, to set up the local server to execute RPCs on a remote server, TEST3, which uses the “dce” security mechanism, and to use mutual authentication for all RPCs between the two servers, execute:

sp_serveroption TEST3, "security mechanism", dce
sp_serveroption TEST3, "mutual authentication",
     true




Copyright © 2005. Sybase Inc. All rights reserved. Rules for setting up security model B for RPCs

View this book as PDF