You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "chen wenqiang (Jira)" <ji...@apache.org> on 2020/09/08 06:07:00 UTC

[jira] [Created] (KYLIN-4750) ldap do not working

chen wenqiang created KYLIN-4750:
------------------------------------

             Summary: ldap do not working
                 Key: KYLIN-4750
                 URL: https://issues.apache.org/jira/browse/KYLIN-4750
             Project: Kylin
          Issue Type: Bug
          Components: Web 
    Affects Versions: v3.1.0
            Reporter: chen wenqiang


kylinSecurity.xml 文件中 LDAPAuthoritiesPopulator 的 searchSubtree 没有配置true,使role无法查询到,无法登录,需要以下配置项。
 <property name="groupRoleAttribute" value="cn"/>
 <property name="searchSubtree" value="true"/>

--------------------------

In file kylinSecurity.xml, property <searchSubtree> in bean class <LDAPAuthoritiesPopulator> is not setting. Cause admin role in ldap cannot be find. Suppose to add configuration as below in kylinSecurity.xml like old versions.
 <property name="groupRoleAttribute" value="cn"/>
 <property name="searchSubtree" value="true"/>



--
This message was sent by Atlassian Jira
(v8.3.4#803005)