Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Well, that was stupid human trick on my part. That got rid of that message, but I'm still getting the alias message when I add a new user to the group. (CVS user '<username>' will not be able to log in unitl they are aliased to a valid system user.) They are a valid system user. I am logged on to the cvs server and using ntserver as the protocol. The user will be logging in with pserver from their workstation. Here's the config file (I've tried it with SystemAuth set to both yes and no): # Set this to `no' if pserver shouldn't check system users/passwords SystemAuth=no # Put CVS lock files in this directory rather than directly in the repository. #LockDir=G:/CVSTEMP # Use a CVS Lock server (overrides LockDir setting). LockServer=localhost:2402 # Set `TopLevelAdmin' to `yes' to create a CVS directory at the top # level of the new working directory when using the `cvs checkout' # command. TopLevelAdmin=no # Set `LogHistory' to `all' or `TOFEWGCMAR' to log all transactions to the # history file, or a subset as needed (ie `TMAR' logs all write operations) LogHistory=TOFEWGCMAR # Set `AtomicCommits' to `yes' to do atomic commits on systems that support this. #AtomicCommits=no The CVSNT Service control panel looks like this: Server side support for ntserver protocol = true Impersonation enabled = false Use local users for pserver authintication instead of domain users = false "Tony Hoyle" <tmh at nodomain.org> wrote in message news:b2e720$79g$1 at sisko.nodomain.org... > Capitis wrote: > > > I can't seem to add new users anymore. I've tried both ntserver protocol > > and pserver whilst on the physical CVSNT box and remotely. Both return > > the > > same message: "This protocol does not support authentication" > > It sounds like you're typing > > cvs -a passwd (which means set your password and authenticate the session) > > not > > cvs passwd -a (which means add a user) > > Tony >