1. JBoss and LDAP integration coderanch.com |
2. How to get the User password from LDAP using PUMA api coderanch.comI 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 ... |
3. LDAP Users\UserGroups as Portal Users\UserGroups coderanch.com |
4. [JBoss Portal 2.7] LDAP support issue.. coderanch.comERROR [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=[, , , , , , , , , , , , , , , , , , , , , , , , ... |
5. Program to validate a user against LDAP coderanch.com |
6. Integrating LDAP with JBoss portal coderanch.comHi all, I have been integrating LDAP with JBoss portal. Here comes doubt |
7. Jboss portal - Microsoft active directory ldap integration coderanch.com |
8. STUCK WITH LDAP STEP! coderanch.comhi: 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 ... |