[
https://issues.apache.org/jira/browse/KYLIN-4750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214888#comment-17214888
]
Sonu Kumar Singh commented on KYLIN-4750:
-----------------------------------------
Hi [~LinCC]
Thanks now its working for me.
> 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)