Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | 6.1 and later |
We use Oracle Virtual Directory for our LDAP service. How should we configure LDAP authentication for RMS?
<property-group comment="" name="LDAP"> <property name="be.auth.type" type="string" value="ldap"/> <property name="be.auth.ldap.type" value="openldap"/> <property name="be.auth.ldap.host" value="ldaphost"/> <property name="be.auth.ldap.port" value="389"/> <property name="be.auth.ldap.adminDN" value="uid=admin,ou=system"/> <property name="be.auth.ldap.adminPassword" value="password"/> <property name="be.auth.ldap.baseDN" value="ou=system"/> <property name="be.auth.ldap.roleAttr" value="uniquemember"/> <property name="be.auth.ldap.uidattr" value="uid"/> <property name="be.auth.ldap.objectClass" value="*"/> <property name="be.auth.ldap.useRoleDN" value="true"/> </property-group>To obtain the correct values for host/port/baseDN/roleAttr/etc., please consult with your LDAP administrator.