Security Considerations
This topic lists security considerations and recommendations that ensure maximum security while using Infrastructure Management.
- BMC TrueSight Infrastructure Management Server security considerations
- Running Infrastructure Management over HTTPS interface
- Setting Infrastructure Management to use PAM (Pluggable Authentication Modules) to access computer level credentials
- Changing Infrastructure Management user names and passwords
- Changing the Infrastructure Management password policy
- Location of the HTTPS/SSL private key on BMC TrueSight Infrastructure Management Server
- Automatically locking user accounts after certain number of failed logon attempts
- Setting automatic log out of users after a certain period of inactivity
- Configuring Apache server to accept only SSL v3 requests
- Kerberos authentication to Active Directory
- Mixed Authentication modes
- Integration Service security
- BMC TrueSight Infrastructure Management Server security considerations
BMC TrueSight Infrastructure Management Server security considerations
Running Infrastructure Management over HTTPS interface
To disable HTTP interface and run Infrastructure Management over HTTPS, configure the Apache configuration file httpd.conf and remove entries for port 80. httpd.conf is located in the following directories, depending on your operating system:
- (Solaris or Linux): InstallationDirectory/pw/apache/conf
- (Microsoft Windows): InstallationDirectory\pw\ApacheGroup\Apache
Setting Infrastructure Management to use PAM (Pluggable Authentication Modules) to access computer level credentials
This is not available in the current Infrastructure Management release.
Changing Infrastructure Management user names and passwords
User names and passwords are stored in the database on BMC TrueSight Infrastructure Management Server. All passwords are kept in encrypted format. Only database users with administrative privileges have access to user name and password information.
Changing the Infrastructure Management password policy
You can set password strength by modifying the following entries in the pronet.conf file:
pronet.login.maxLength=15
pronet.login.numericChars=1
Location of the HTTPS/SSL private key on BMC TrueSight Infrastructure Management Server
- (Solaris or Linux): InstallationDirectory/pw/apache/conf/
Read only by the root user (Infrastructure Management Install User) - (Windows): InstallationDirectory\pw\ApacheGroup\Apache which can be read only by the root (Infrastructure Management install User) user.
Automatically locking user accounts after certain number of failed logon attempts
Infrastructure Management does not lock user accounts. However, all logon failures are recorded in ProactiveNet.log. To lock accounts, you can write a script to delete the account based on the log file entries.
Setting automatic log out of users after a certain period of inactivity
By default, inactive users are logged out of the Operations Console after 24 hours. However, you can customize Infrastructure Management globally for all users:
- Set the pronet.html.globalsession.timeout property in the pronet.conf file located in the InstallationDirectory/pw/custom/conf directory.
If you change this property, make sure to set the same log out period in the Tomcat configuration file InstallationDirectory/pw/tomcat/conf/web.xml (line 321).
<session-config>
<session-timeout>1440</session-timeout>
</session-config>Restart the TrueSight Infrastructure Management server process by running the command:
pw system start
Configuring Apache server to accept only SSL v3 requests
Add the entry SSLProtocol +SSLv3 just above the directive SSLEngine on, in the Apache httpd-ssl.conf configuration file. httpd-ssl.conf is located in the following directories, depending on your operating system:
- (Solaris or Linux): InstallationDirectory/pw/apache/conf
- (Microsoft Windows): InstallationDirectory\pw\ApacheGroup\Apache
Kerberos authentication to Active Directory
Currently not supported.
Mixed Authentication modes
For example, NTLM (legacy windows authentication method), Kerberos (current windows authentication method), and Siteminder (cross platform SSO tool used by internet facing platforms) are not supported.
Integration Service security
Restricting the Integration Service to receive connections from a specific IPAddress
Use the following property in pronet.conf:
pronet.apps.agent.authorizedcontrolleraddress=<ipaddress>
Configuring agent controller to present a specific IP Address to an Integration Service if server has more than one NIC
Set the following property in the custom/pronet.conf file:
pronet.apps.agentcontroller.useIPForAgentConnection=<ipaddress>
If the server's computer has more than one IP (more than one NIC), set this property to the IP address that the agent controller will present while connecting to the agent.