When you install the Enterprise Management Server on a Microsoft SQL server, the authentication mode is set to SQL Server Authentication. You can modify the database authentication mode after the installation is complete to work in Windows Authentication mode.
When the SQL Server is working in Windows Authentication mode, the Enterprise Management Server uses the JBoss service account to administer the central database on the SQL Server. If you want to use a different JBoss service account, you change the account on the SQL Server database instance.
Important! To set the SQL Server to work in Windows Authentication mode requires you to install the SQL Server JDBC 4.0 driver.
Important! Verify that you assign the user you specify in the Microsoft SQL Server the dbowner database role.
To modify the SQL server database connectivity settings, do the following:
JBossInstallDir/server/default/lib
A message appears informing you that a file by that name exists.
The new file is placed in the directory.
JBossInstallDir/bin
The new file is placed in the directory.
JBoss-directory/server/default/deploy
;integratedSecurity=true
CA ControlMinder Enterprise Management can now work with the SQL server in Windows Authentication mode.
Example: Modifying the JBoss Configuration Files to Enable Windows Authentication Mode
This example shows you how to modify one of the JBoss configuration files to switch from SQL Authentication mode to Windows Authentication mode. In this example, the administrator modifies the file objectstore-ds.xml and specifies that the connection mode is Windows Authentication (;integratedSecurity=true). Next, the administrator removes the <security-domain> tag from the file as it is applicable only to SQL Authentication mode.
The following extract displays the objectsstore-ds.xml file after the administrator modified the connection settings:
<connection-url>jdbc:sqlserver://example.comp.com:1433; selectMethod=cursor;DatabaseName=ACDB; integratedSecurity=true</connection-url>
Copyright © 2013 CA Technologies.
All rights reserved.
|
|