Access Git Repository using Eclipse and Netbeans Plugins with LDAP Users
Posted
by ukrania
on Stack Overflow
See other posts from Stack Overflow
or by ukrania
Published on 2010-03-04T00:33:30Z
Indexed on
2010/03/15
19:29 UTC
Read the original article
Hit count: 415
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://[email protected]@hostname/var/git/repo.git
When I clone, commit or push a project using linux git commands or using tortoisegit on windows, there is no problem, everything works as expected.
However, I've tried to clone a project using plugins from Eclipse (EGit) and Netbeans (NBGit), with no success. Seems that they can't recognize the host. I've accessed using a user from the server (not from the domain) and it cloned the project perfectly. Seems that the plugins assume that the host is everything after the first @.
Do you know how I can solve this problem? There are any other Git plugins for those IDEs?
Thanks for your answers. Best Regards, ukrania
© Stack Overflow or respective owner