第 13 章 定义 LDAP 登录域
当您将红帽决策管理器设置为使用 LDAP 进行身份验证和授权时,请定义 LDAP 登录域,因为 Git SSH 身份验证可能会使用另一个安全域。
要定义 LDAP 登录域,请使用 org.uberfire.domain
系统属性。例如,在 Red Hat JBoss Enterprise Application Platform 中,在 standalone.xml
文件中添加此属性,如下所示:
<system-properties> <!-- other system properties --> <property name="org.uberfire.domain" value="LDAPAuth"/> </system-properties>
<system-properties>
<!-- other system properties -->
<property name="org.uberfire.domain" value="LDAPAuth"/>
</system-properties>
确保经过身份验证的用户具有与 LDAP 中与之关联的适当角色(管理员
、分析
、审查
器)。