Copyright © TIBCO Software Inc. All Rights Reserved |
Add or configure these properties in the appropriate TRA files. See Configuring Authentication for more details.
Specify this property in each relevant engine TRA files to open the JMX port for monitoring and management.It is also used for hot deployment of decision tables in TIBCO BusinessEvents Decision Manager (see TIBCO BusinessEvents Decision Manager User’s Guide for details).See Configure JMX Properties in To-Be-Monitored Engine TRA Files to understand whyThe JMX port is specified as %jmx_port%, when MM is used. See Configure JMX Properties in To-Be-Monitored Engine TRA Files for more details.For other components that use this property, you must also specify the value using the %jmx_port% variable, if you also use MM. Set to true to enable authentication.Set to false (or leave commented) to disable authentication.The default is false.Add these to the appropriate CDD file. See Configuring Authentication for more details.
With one exception, a parallel set of properties is used for TIBCO BusinessEvents Monitoring and Management configuration, to avoid conflict with properties used by other components that use authentication, and that also use MM.
Provides the absolute location for the login module configuration used by JAAS. Only advanced users should change this value (additional configuration is also needed). See Pluggable JAAS Login Module for more details. file: File-based authentication. Uses a password file.ldap: LDAP-based authentication Uses a pre-existing LDAP setup in use in your environment. Add and configure the properties shown in the LDAP Authentication Properties section of this table to work with your LDAP setup. Specifies the absolute filepath to and name of the password file. This file is used for file-based authentication. The locations of the provided files are as follows:TIBCO BusinessEvents Views: A sample file is provided in BE_HOME/examples/views/TickerTracker/config/users.pwd Specifies the base distinguished name (DN) for admin login. For example, cn=Directory Administrators, dc=na, dc=tibco, dc=com. Specifies the base tree in LDAP under which users can be searched. For example, dc=na, dc=tibco, dc=com. Default value is nsroledn (for Oracle Directory Server). Specifies the name of the attribute used by the LDAP server for username information. Allowable values are as follows:uid for Oracle Directory Servercn for ActiveDirectory.Default value is uid. Set this property to true to use the fully qualified name of the attribute used by the LDAP server for role information of a user.Set this property to false to use only the name of the attribute, which is shown in the notes for the be.auth.ldap.uidAttr property.Default value is true. Specifies the ObjectClass attribute value for DS.Many object classes can exist, for example, inetOrgPerson on Oracle Directory Server, and user on Active Directory. Default value distinguishedName.
Copyright © TIBCO Software Inc. All Rights Reserved |