在 Microsoft SQL Server 上安装企业管理服务器时,将身份验证模式设置为 SQL Server 身份验证。 您可以在完成安装后修改数据库身份验证模式,以在 Windows 身份验证模式下运行。
当 SQL Server 以 Windows 身份验证模式运行时,企业管理服务器使用 JBoss 服务帐户管理 SQL Server 上的中央数据库。 如果要使用其他 JBoss 服务帐户,请在 SQL Server 数据库实例上更改帐户。
重要说明! 要将 SQL Server 设置为以 Windows 身份验证模式运行,需要安装 SQL Server JDBC 2.0 驱动程序。
重要说明! 确认您为 Microsoft SQL Server 中指定的用户分配了 dbowner 数据库角色。
修改 SQL Server 数据库连接设置
JBossInstallDir/server/default/lib
此时将显示一条消息,通知您存在同名的文件。
新文件随即被放入该目录。
JBossInstallDir/bin
新文件随即被放入该目录。
JBoss-directory/server/default/deploy
;integratedSecurity=true
现在,CA ControlMinder 企业管理 可以在 Windows 身份验证模式下与 SQL Server 配合使用。
示例:修改 JBoss 配置文件以启用 Windows 身份验证模式
该示例说明如何修改其中一个 JBoss 配置文件,以从 SQL 身份验证模式切换到 Windows 身份验证模式。 在该示例中,管理员修改文件 objectstore-ds.xml,并指定连接模式为 Windows 身份验证 (;integratedSecurity=true)。 接着,管理员在该文件中删除 <security-domain> 标记。 之所以删除该标记,是因为它只适用于 SQL 身份验证模式。
管理员修改连接设置后,以下提取内容将显示 objectsstore-ds.xml 文件:
<connection-url>jdbc:sqlserver://example.comp.com:1433; selectMethod=cursor;DatabaseName=ACDB; integratedSecurity=true</connection-url>
版权所有 © 2013 CA。
保留所有权利。
|
|