Security properties
These properties apply to security.
com.ibm.cdb.secure.server=false
- The default value is false.
com.ibm.cdb.rmi.registry.secure=false
- The default value is false.
com.ibm.cdb.secure.liberty=false
- The default value is false.
Valid values are true or false. To disable the non-secure HTTP port, set this flag to true.
- com.collation.security.privatetruststore=true
- The default value is true.
Valid values are true or false. The value must be true when SSL is enabled.
- com.collation.security.enablesslforconsole=true
- The default value is true.
Valid values are true or false.
- com.collation.security.enabledatalevelsecurity=false
- The default value is false.
Valid values are true or false. To restrict access to collections of TADDM objects by user or user group, set this value to true.
- com.collation.security.enforceSSL=false
- The default value is false.
Valid values are true or false. To disable non-secure connections and force the use of SSL connections, set this flag to true.
- com.collation.security.usermanagementmodule=file
- The default value is file.There are three options for this property:
- file for a TADDM file-based user registry
- ldap for an LDAP user registry
- vmm for a user registry that uses the federated repositories of WebSphere® Application Server
- com.collation.security.auth.sessionTimeout=240
- The default value is 240. The value must be an integer.
- com.collation.security.auth.searchResultLimit=100
- The default value is 100. The value must be an integer.Use this property if you have many users.Important: If you have more than 100 users in an LDAP or WebSphere Federated repository, increase this value to support the expected number of users. For example,
com.collation.security.auth.searchResultLimit=150
- com.collation.security.auth.websphereHost=localhost
- The default value is localhost.
Type the fully qualified domain name of the system that hosts the federated repositories functionality of the WebSphere Application Server.
- com.collation.security.auth.webspherePort=2809
- The default value is 2809.
It must be an integer value. This value indicates the WebSphere system port.
- com.ibm.cdb.service.SecurityManager.port=9540
- For servers other than a synchronization server:
The default value is 9540.
Specifies the firewall port that is used by the security manager.
- com.collation.cdm.analytics.authorizedRole=
The Analytics pane can be restricted to a specific role. By default, this property is not defined in the collation.properties file and the Analytics pane is available for everyone. The value of the property must be the name of the role that is allowed to access the pane.
The access to the following areas of the Analytics pane can be subject to the specified role:Grouping Patterns
- Inventory Summary
- Application Summary
- Service Summary
- System Inventory
- Software Server Inventory
- BIRT Reports
- com.collation.security.discoverOutsideScope=true
- The default value is true.
Valid values are true or false. To disable discovering elements which are not inside the scope, set this flag to false.
- com.ibm.cdb.secure.tomcat=false (TADDM 7.3.0 only)
- The default value is false.
Valid values are true or false. To disable the non-secure HTTP port, set this flag to true.
- com.ibm.cdb.http.ssl.protocol=TLS
- The default value is TLS.
- com.ibm.cdb.ssl.protocol=TLS
- This property is not added to the collation.properties file by default. If it is not added, the default value is TLS. To modify it, add this property to the collation.properties file manually with the new value.
- com.ibm.cdb.http.ssl.ciphers=
- Ciphers are getting set to the LibertyServer and communication will be done on the given ciphers only. Otherwise it will pick the default ciphers which could be the weak algorithms.
- com.ibm.cdb.rmi.ssl.protocol=
- This property
com.ibm.cdb.rmi.ssl.protocol
helps to enable specific protocol on SSL Connection which was created oncom.ibm.cdb.ssl.protocol
.
- com.ibm.cdb.rmi.ssl.ciphers=
- With this property you can set the ciphers algorithms for RMI data port and port on that API server listens.