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.
On Thu, 28 Feb 2002 14:31:39 +0000 (UTC), Jo.Kilian at gmx.de wrote: >Is this true? >I just had a look at my repository and all the files are owned by the local >administrator-group of the CVSNT server .... (even if the CVSNT service runs >under another user than administrator ...). I found no file which owns >someone else ... > > That's an NT 'feature'. If a user who is a member of the administrators group creates a file it is always owned by 'administrator'. So if you're doing the checkin as yourself and you are an administrator the repository will be owned by administrator. You need an inheritable ACL on the repository which always allows read/write to a particular group, then assign the CVS users to that group. The default NT permissions allow this anyway (since they allow 'full control' to 'everyone'). Alternatively you could switch off impersonation which makes every file accessed/owned by the service user (not a good idea when the service is running as LocalSystem for security reasons, but probably reasonable if the server is non-privileged). Tony _______________________________________________ Cvsnt mailing list Cvsnt at cvsnt.org http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs