Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 212 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Integration of OBIEE and Microsoft AD (LDAP)

Hi all,
OBIEE....: 12.2
OS.........: OEL 6.6
I am trying to integrate the Microsoft AD of one of our customers with OBIEE. I've configured the Microsoft AD provider in Weblogic "correctly".
The strange thing here is that only a few AD users are being returned and showed on Weblogic Console. The AD has more than 900 users, but on Weblogic console, i can only see 27 users. All the AD groups are returned normally, only the users aren't. I've already tested one of the users, and it is able to connect to the Publisher / Report normally.
I'm using the following in the "Provider Specific" section:
User Base DN: DC=domain,DC=com
All Users Filter: (objectclass=user)
User From Name Filter: (&(cn=%u)(objectclass=user))
User Search Scope: subtree
User Name Attribute: sAMAccountName
User Object Class: user
Where is the catch here? Is there a configuration at the AD side that has to be done?
Any help will be appreciated.
Thanks.
Answers
-
Have you bumped up the logging to see what exactly gets sent in terms of queries to the AD? Have you checked the logs on AD side?
0 -
Hi,
thanks for the attention. We don't have access to the customer's AD logs.
Is there any oracle-side logs that can help us analize this issue?
Thanks.
0 -
-
While looking at logs (based on Christian's link) did you try to connect with a LDAP client and enter the same criteria in the search? Do you end up with all the users or just few of them?
(Maybe the AD guys didn't really told you the truth about their LDAP and so your settings aren't really working ...)
0