LDAP « portlet « Java Enterprise Q&A





1. JBoss and LDAP integration    coderanch.com

2. How to get the User password from LDAP using PUMA api    coderanch.com

I was with this same problem, he does not return the password that it is encrypted in LDAP, you have to make a connection via LDAP can use this jar http://www.ganymed.ethz.ch/ssh2/ and after making the connection you run a command that returns the password of a user Example.: package br.com.tpd.sigresunificado.SSHLDAPConnection; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.util.HashMap; import ...

4. [JBoss Portal 2.7] LDAP support issue..    coderanch.com

ERROR [AbstractKernelController] Error installing to Configured: name=portal:identity=Datasource,type=LDAP state=Instantiated org.jboss.joinpoint.spi.JoinpointException: Property ldap1 not found for AbstractBeanInfo@f45223{name=org.jboss.portal.identity.ldap.LDAPConnectionContext classInfo= properties=[port, protocol, host, poolingDebug, class, contextFactory, externalContextJndiName, jNDIName, adminDN, pooling, environment, poolingInitsize, poolingPrefsize, adminPassword, jndiBinder, authentication, name, poolingProtocol, identityContext, poolingTimeout, poolingMaxsize] methods=[, , , , , , , , , , , , , , , , , , , , , , , , ...

6. Integrating LDAP with JBoss portal    coderanch.com

Hi all, I have been integrating LDAP with JBoss portal. Here comes doubt true true true Authenticated User java:/portal/UserModule java:/portal/RoleModule java:/portal/MembershipModule java:/portal/UserProfileModule com.sun.jndi.ldap.LdapCtxFactory ldap://localhost:389/ simple cn=admin,CN=Users,DC=domain,DC=local aaaaa CN=Users,DC=domain,DC=local CN=Users,DC=domain,DC=local cn -1 10000 SUBTREE_SCOPE

8. STUCK WITH LDAP STEP!    coderanch.com

hi: i'm facing a problem with ldap that i tried to integrate with jboss portal 2.7! i used openldap it works wonderful! i followed steps to integrate ldap with jboss portal from guide reference (jboss) it does'nt work! i can't log with new users that i created in openldap i only see them in ldap browser but unfortunately i don't see ...