From owner-freebsd-questions Sun Nov 14 14:45:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc3.on.home.com (ha1.rdc3.on.home.com [24.2.9.68]) by hub.freebsd.org (Postfix) with ESMTP id C043E14BC7 for ; Sun, 14 Nov 1999 14:45:38 -0800 (PST) (envelope-from a.genkin@utoronto.ca) Received: from main.wgaf.net ([24.114.152.71]) by mail.rdc3.on.home.com (InterMail v4.01.01.02 201-229-111-106) with ESMTP id <19991114224343.LHBH7620.mail.rdc3.on.home.com@main.wgaf.net> for ; Sun, 14 Nov 1999 14:43:43 -0800 Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 11n8Ov-0000NF-00; Sun, 14 Nov 1999 17:45:37 -0500 To: freebsd-questions@freebsd.org Subject: Strange cvs pserver behavior X-Face: 0=A/O5-+sE[Tf%X>rYr?Y5LD4,:^'jaJ!4jC&UR*ZrrK2>^`g22Qeb]!:d;}2YJ|Hq"LHdF OX`jWX|AT-WVFQ(TPhFVak)0nt$aEdlOq=1~D,:\z5QlVOrZ2(H,mKg=Xr|'VlHA="r Organization: Wgaf From: Arcady Genkin Date: 14 Nov 1999 17:45:37 -0500 Message-ID: <87d7tc3d66.fsf@main.wgaf.net> Lines: 45 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) XEmacs/21.1 (Biscayne) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've setup a cvs repository with password-authenticated access. Among other things, I've created a CVSROOT/CVSROOT/passwd file that looks like this: csc228:$1$kkd[...]5grGZN0:csc228 dummy:$1$lh9M[...]lAur4G/:antipode I have gotten both of the password strings by copying them from /etc/master.passw. The weird behavior I'm observing is as follows: I can "cvs login" and work with the repository from a machine on my home LAN as both "csc228", and "dummy" w/o a problem. I just set CVSROOT=:pserver:dummy@door:/cvs, and everything is peachy. However, when accessing the machine from the outside, I can only login as "csc228". Cannot login as dummy!!! CVSROOT is set to :pserver:dummy@wgaf.dyndns.org:/cvs In case it matters, the remote machine is a Solaris workstation at school. It seems very strange, because, as I said, I can login as "csc228" from the same machine, and work with the repository. ,----- External connection error: | eddie:~$ export CVSROOT=:pserver:dummy@wgaf.dyndns.org:/cvs | eddie:~$ cvs login | (Logging in to dummy@wgaf.dyndns.org) | CVS password: | cvs [login aborted]: incorrect password `----- ,----- Internal connection success: | main:~$ export CVSROOT=:pserver:dummy@door:/cvs | main:~$ cvs login | (Logging in to dummy@door) | CVS password: | main:~$ `----- Any ideas? Thanks! -- Arcady Genkin http://wgaf.dyndns.org "'What good is my pity? Is not the pity the cross upon which he who loves man is nailed?..'" (Zarathustra - F. Nietzsche) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message