Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How many users can be created in the default weblogic LDAP for OBIEE 12c if we have oracle ula (lice

Hello ,
How many users can be created in the default weblogic LDAP for OBIEE 12c if we have oracle ula (licence).
We have around 500 users in total and was trying to configure external table authentication. Unfortunately it is not working and failing in the database adapter configuration. Is it possible to create 500 users in default LDAP in weblogic. Isit possible to add users in a bulk to the default ldap, than creating it one by one?
THanks
Answers
-
The embedded LDAP can surely keep that many but it is not really a suggested approach.
The embedded LDAP does not have the functional scope or a bespoke LDAP which means no password expiration mechanisms for example. So simply in terms of security it isn't a salient choice for your corporate security.
0 -
3295595 wrote:... was trying to configure external table authentication. Unfortunately it is not working and failing in the database adapter configuration.
Why don't you try to look into that and fix this one instead of looking to manage your users inside the embedded LDAP?
It's really not the best way for real (prod) environments ...
Don't you have a corporate LDAP/AD which can take care of the authentication at least ? (so matching username/passwords)
You can then use the adapter to get users -> app roles mappings from the DB (this one totally work).
If you can avoid to manage username/password it's better, so your users will also find it more comfortable to reuse their credentials. And then you are free to use your own authorizations (app roles membership) and not use the corporate LDAP/AD at all for that.
0 -
3295595 wrote:Unfortunately it is not working and failing in the database adapter configuration.
Had missed that point. good that Gianni pointed it out.
Better fix the issue rather than going for a less-than-good solution. Make things work and don't do mediocre workarounds.
0 -
Couldnt complete the data adapter configuration. IT was throwing an error and we couldnt fix it yet.
0