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.
Tim Adler wrote: > Hello everybody! > > In many OpenSource projects, it is common to have an CVS-guest account, > where people are allowed to access and checkout from the repository, but > cannot change anything in it. > I would like to have such an account on my CVSNT. > > What is best practice to do so? I only managed to create another full-access > acount with NT-users. > Create a user with guest privileges, logon from network only (not interactively), and add their name to the 'readers' file. If you're primarily using pserver for the access, then you can obuscate it a bit by using a name alias with no password so the external name has no relation to the internal login. Tony