ldap « weblogic « Java Enterprise Q&A





1. Can NovellAuthenticators (LDAP) be add to Weblogic using WLST Offline?    stackoverflow.com

I would like to create a WLST script to create my Weblogic domain. However I'm having problems adding the LDAP config.

cd("/SecurityConfiguration/myDomain")
cmo.createRealm("myrealm")

cd("/SecurityConfiguration/myDomain/Realms/myrealm")
cmo.createAuthenticationProvider("myLDAP", "weblogic.security.providers.authentication.NovellAuthenticator")
This is currently failing because at this point I don't ...

2. Restricting URLs using Active Directory in Weblogic 10.3 - where to start?    stackoverflow.com

We are looking to use an Active Directory server to restrict access to certain URLs in our Spring application on a Weblogic server and I have no idea where to start. ...

3. How to get all the LDAP groups for a particular user?    stackoverflow.com

I have a weblogic server using an external LDAP as Provider for authentication. I than need to recover the groups that a specific user has associated with in an LDAP repository. The ...

4. Weblogic 10.3.5 & Windows 2003 Active Directory NO User but Groups    stackoverflow.com

I use OBIEE 11.1.1.5, Weblogic Server 10.3.5 and Active Directory Windows 2003. I tried to integrate our external LDAP in the Weblogic admin console. The integration worked so far but I have ...

5. Associate LDAP users to weblogic server local group    stackoverflow.com

I have created one group on web-logic server, now i want to add user in that groups(they are configured on LDAP Server). how can I achieve the same. or is there any ...

6. weblogic 10.3.5 LDAP access for a J2EE application is not working    stackoverflow.com

I am deploying a J2EE ear in weblogic 10.3.5. it uses Oracle internet directory LDAP , for authentication. after entering username and password in the login page, I was able to ...