Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
7.12.1.GA
-
None
-
JBoss EAP 7.4.2+
RHPAM 7.12.0
RHPAM 7.12.1
LDAP
-
False
-
None
-
False
-
-
---
-
---
Description
After following this solution for setting up RHPAM with LDAP, we could authenticate in business central and everything seems fine. However when we try to clone a repository from the business central through SSH, it doesn't work.
When we try the following command, it always ask for the password and it never gets the repository:
$ git clone ssh://<ldap_user>@localhost:8001/MySpace/project1
Cloning into 'project1'...
Password authentication
Password:
Password authentication
Password:
We enabled logging TRACE for the "org.jboss.security", "io.undertow.request.security" and "com.sun.jndi.ldap" packages. There is nothing in the log file.