第 19 章 定义 LDAP 登录域
当您将 Red Hat Process Automation Manager 设置为使用 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>
确保经过身份验证的用户在 LDAP 中具有与其关联的适当角色(管理员
、技术、审查
器)。