raghu_at_work writes: > > For authentication, the 'cvs login' works if I login as a local user, > but If I use LDAP account, the login fails and gives the following > error. > > cvs [login aborted]: connect to 192.168.2.5(192.168.2.5):2401 failed: > Connection refused
You've misdiagnosed the problem. "Connection refused" indicates that nothing is listening to port 2401 on 192.168.2.5, which indicates some kind of [x]inetd problem. You haven't even started the CVS server, let alone tried to authenticate the user. -Larry Jones Well, it's all a question of perspective. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
