Quantcast
Channel: Pentaho Community Forums - BI Platform
Viewing all articles
Browse latest Browse all 2893

LDAP All User Name Subtree

$
0
0
Hi everyone,

I already have working BI Server + LDAP, but when I try to share some reports I can't see the available users.

I figure it out is becuase the structure of my AD and the user are in the subtree not in the main OU:

-OU=USERS
---OU=ATL
------CN=USER1
------CN=USER2
------CN=USER3
---OU=BAR
------CN=USER4
------CN=USER5
------CN=USER6

when I modify applicationContext-security-ldap.properties and specify OU=ATL it retrieves me the users

allUsernamesSearch.usernameAttribute=cn
allUsernamesSearch.searchBase=OU\=ATL,OU\=Users,DC\=hube,DC\=local
allUsernamesSearch.searchFilter=(memberOf\=CN\=INT_pentaho,OU\=INT,OU\=Groups,DC\=hube,DC\=local)

So I find that pentaho by default just look one level and not in the subtree, that the reason I modify applicationContext-spring-security-ldap.xml and add the line

<property name="searchSubtree" value="true"/>

to bean id="userSearch"

but I can't still retrieve the users.

I will aprecciate any help

Thanks
Alex

Viewing all articles
Browse latest Browse all 2893

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>