[
https://issues.apache.org/jira/browse/KYLIN-4750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17212133#comment-17212133
]
chen wenqiang commented on KYLIN-4750:
--------------------------------------
hi
[~zhangyaqian] , version is 3.1.0, I downloaded source code and found the
default value of searchSubtree is false, but my ldap users are stored in
different tree levels, so kylin was not working well. Maybe your user info is
in a same level, I guess.
[~sonuSINGH], I also had problem like yours, because the length of password is
longer than 15, and it goes well when I shortened my password. But I found some
issues said this problem had been solved... So, maybe you can have a try...
By the way, encryption key may not be same in different kylin versions, you'd
better encrypt you password again if upgrade.
> 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)