Specifies the name of the Domain Controller server used for looking up Windows user group membership for integrated logins.
String
NULL
Can be set for the PUBLIC group only. DBA authority required.
This option allows a user with DBA authority to specify the name of the Domain Controller server that is used to look up group membership when using Windows user groups for integrated logins. By default, the computer that SQL Anywhere is running on is used for verifying group membership.
The following example specifies that group membership is verified on the computer server-1.
SET OPTION PUBLIC.integrated_server_name = '\\server-1'; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |