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 is required to set this option.
This option allows the DBA 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';