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.
Tony D'Amico wrote: > Gherard, I'd like to know more about your way to restrict users priviledges. > I don't know what "built-in ACLs" are. May you tell me more, or... suggest > me where to read something about ?! Cvsnt has a built-in access control mechanism. As long as a user accesses the repository through cvsnt, they restrict what the user sees and can do there. The manual <http://www.cvsnt.org/manual/html/index.html> is a good starting point :) -- especially the section about security <http://www.cvsnt.org/manual/html/Security.html>. It has a chapter about setting permissions <http://www.cvsnt.org/manual/html/Setting-permissions.html>. Cvsnt provides mainly two commands to help you with that: chacl <http://www.cvsnt.org/manual/html/chacl.html> and lsacl <http://www.cvsnt.org/manual/html/lsacl.html>. Gerhard