Details
-
Bug
-
Resolution: Done
-
Major
-
None
-
7.12.1.GA
-
JBoss EAP 7.4.2+
RHPAM 7.12.0
RHPAM 7.12.1
LDAP
-
False
-
None
-
False
-
-
---
-
---
-
2023 Week 03-05 (from Jan 16), 2023 Week 06-08 (from Feb 6), 2023 Week 09-11 (from Feb 27), 2023 Week 12-14 (from Mar 20), 2023 Week 15-17 (from Apr 10), 2023 Week 18-20 (from May 1), 2023 Week 21-23 (from May 22)
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.