Access Git Repository using Eclipse and Netbeans Plugins with LDAP Users
- by ukrania
Hello everyone!
I've configure a git server. I need to use ssh because I've defined permissions using users of my domain, using LDAP. Only users with permissions could read a project.
So, the links to access my repositories are like that: ssh://user@domain.com@hostname/var/git/repo.git
When I clone, commit or push a project using linux git…