Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 13 Configuring User Authentication : Authentication Property Reference

Authentication Property Reference
TRA Properties
Add or configure these properties in the appropriate TRA files. See Configuring Authentication for more details.
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).
Set to true to enable authentication.
Set to false (or leave commented) to disable authentication.
CDD Properties
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.
TIBCO BusinessEvents Decision Manager: BE_HOME/rms/config/security/jaas-config.config
TIBCO BusinessEvents Views:
BE_HOME/views/config/jaas-config.config
TIBCO BusinessEvents Monitoring and Management:
BE_HOME/mm/config/jaas-config.config
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 Decision Manager: BE_HOME/rms/config/security/users.pwd
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.
Default value is nsroledn (for Oracle Directory Server).
uid for Oracle Directory Server
cn for ActiveDirectory.
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