jboss « ldap « Java Enterprise Q&A





1. LDAP requests hanging for 15 seconds    stackoverflow.com

I have JBoss application server that is using LDAP for authentication. Lately we have noticed that there are a lot of slow requests (> 15 seconds). I did some threaddumps of the ...

2. JBoss Ldap Auth LdapExtLoginModule problem    stackoverflow.com

We are trying to setup Jboss 4 to authenticate users using Microsoft Lightweight Active Directory Service (aka ADAM) user name: admin CN=admin,CN=Users,CN=donLaptop,DC=don,DC=com JBoss can connect to ADAM, but somehow cannot validate the password (fig4) Using ...

3. how to bypass LDAP authentication after logged in with openid?    stackoverflow.com

I have a web application which uses LDAP for log in. I'm using Openid4Java to let the users log in with an open id and this works great but when I want ...

4. ldap connection issue    stackoverflow.com

I have the following configuration in my jboss-conf.xml which I use in the code to create a new user in LDAP.

 <login-module code="org.jboss.security.auth.spi.LdapExtLoginModule" flag="required" >
       ...

5. Configure JBoss with multiple LDAP servers    stackoverflow.com

Our network has a main Active Directory and a backup in case first one doesn't respond. I want to configure the JBoss server to use the backup when this happens. This is my ...

6. Exposing a web service on JBoss with LDAP authentication    coderanch.com

Hello everyone, We have a JBoss based intranet application which does LDAP authentication. I have exposed a web service to create a business object via JAX.RPC. Now the requirement is to build a web service which does the authentication from LDAP. I have been searching here and there from last one week and not able to get to a solution. Can ...