[ 
https://issues.apache.org/jira/browse/KYLIN-4750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17199330#comment-17199330
 ] 

Yaqian Zhang commented on KYLIN-4750:
-------------------------------------

Hi:
I tested LDAP in kylin3.1.0.
I can login kylin with LDAP user normally after config LDAP in kylin.properties.
Can you provide your kylin version and reproduce steps?


> 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
>            Priority: Major
>
> 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)

Reply via email to