[cvsnt] can't set acl rights
Олег Бобокалонов
kompol at gmail.com
Fri Oct 3 14:36:33 BST 2008
2008/10/3 Arthur Barrett <arthur.barrett at march-hare.com>:
> WRONG!
>
> I already told you for aclmode-normal you need something like:
> cvs rchacl -n -a all -u limited mydir
> cvs rchacl -a read -u limited mydir/prog
When I set so:
cvs -d :sspi:limited at myserver:/cvs rchacl -n -a all -u limited mydir
cvs -d :sspi:limited at myserver:/cvs rchacl -a read -u limited mydir/prog
User got:
cvs -d :sspi:limiteduser at myserver:/cvs get mydir
User got only mydir with files, without any subfolders
He can modify and add files in this folder(rules work), but can't see subfolders
If:
cvs -d :sspi:limiteduser at myserver:/cvs get mydir/prog
He got this folder and rules work correctly (user can only read in
this folder and subfolders)
But if:
cvs -d :sspi:limiteduser at myserver:/cvs get mydir/prog1
cvs said:
cvsnt server: User limiteduser cannot read mydir/prog1
Result:
cvs rchacl -n -a all -u limited mydir
-n gives limiteduser correct permissions for folder mydir only, but
does'nt see and work for his subfolders(mydir/prog1, mydir/prog2) And
user doesn't see mydir/prog too
cvs rchacl -a read -u limited mydir/prog - works correctly
Thanks in advance
More information about the cvsnt
mailing list