此内容没有您所选择的语言版本。
Chapter 14. Define the LDAP login domain
When you are setting up Red Hat Decision Manager to use LDAP for authentication and authorization, define the LDAP login domain because the the Git SSH authentication may use another security domain.
To define the LDAP login domain, use the org.uberfire.domain
system property. For example, on Red Hat JBoss Enterprise Application Platform, add this property in the standalone.xml
file as shown:
<system-properties> <!-- other system properties --> <property name="org.uberfire.domain" value="LDAPAuth"/> </system-properties>
Ensure that the authenticated user has appropriate roles (admin
,analyst
,reviewer
) associated with it in LDAP.