Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
LDAP data sets and parameters

Hi! Does anybody here know if it's possible to use parameters in the filter of an LDAP dataset?
I'd like to do something like this:
(&(objectClass=user)(cn=:p_cn))
This of course would be much more efficient than using a group filter on the complete dataset. Also I seem to hit a cursor limit when trying to load the complete dataset, so I don't get all of my users.
thanks,
-mark
Answers
-
In case it's not possible with the built in LDAP data source, I've found this: http://myvd.sourceforge.net/bridge.html
0