Hi Tony! > Is the server part of a domain? In this case the server will always > check the domain rather than the local server.
Yes, the server is a member of the domain, but there are NO domain users on the server. I have nothing but local users... is this a problem? > The 'no such user' error is always the result of not being able to > find a real user. Do you mean a real user in the LOCAL maching for the DOMAIN? In my case, 'asdf' is a local user... but not a domain. Again, is this a problem? My goal is to have a pserver setup that ONLY authencates against the password of the account of the local machine. Can this be done without using the passwd file? I also want per-user permissions... reason: I want ppl to be able to connect via linux too. I thought this would accomplish this: pserver = ON pserver impersonation = OFF ntserver = OFF ntserver impersonation = OFF systemAuth = ON (But i'm starting to figure out this only works for ntserver) Thanks for your time :) -Rob On Wed, 09 Jan 2002 17:56:41 GMT [EMAIL PROTECTED] wrote: > On Tue, 8 Jan 2002 21:04:10 +0000 (UTC), Rob <[EMAIL PROTECTED]> > wrote: > > > >I just created another user: 'asdf' for testing... gave him a generic > >password. BUT 'asdf' can not connect... it says: > > > >Logging in to :pserver:asdf@cvs:2401c:\cvs > >Fatal error, aborting. > >asdf: no such user > > > >*****CVS exited normally with code 1***** > > > >But he DOES exist on the server!!!!!!!! > > > Is the server part of a domain? In this case the server will always > check the domain rather than the local server. > > The 'no such user' error is always the result of not being able to > find a real user. This is required even if impersonation is off, > (even though it's not essential in this case) basically so that it > works as documented in the CVS manual. > > Tony > > _______________________________________________ > Cvsnt mailing list > [EMAIL PROTECTED] > http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
