On Tue, 11 Jun 2002 14:40:02 +0000 (UTC), "Gleske, Paul 6151 DUR HWS" <[EMAIL PROTECTED]> wrote:
>How does this work when doing ntserver logins? I just put the user name in a text >file (using Notepad) called admin and I still get the same error when running: > > C:\bar>cvs admin -b foo > cvs [server aborted]: usage is restricted to repository administrators > cvs admin: invalid data from cvs server > >With ntserver I do not use the passwd file. > If SystemAuth=Yes in the config file, then NT administrators are all considered to be CVS administrators, along with users in the admin file. If SystemAuth=No, then only users in the admin file are checked. If you do 'cvs -t admin -b foo' it'll trace out (amongst other things) the username that it is using. Sometimes NT likes to add the domain name on the front, etc. Tony _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
