2008/10/3 Arthur Barrett <[EMAIL PROTECTED]>:
> 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:[EMAIL PROTECTED]:/cvs rchacl -n -a all -u limited mydir
cvs -d :sspi:[EMAIL PROTECTED]:/cvs rchacl -a read -u limited mydir/prog
User got:
cvs -d :sspi:[EMAIL PROTECTED]:/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:[EMAIL PROTECTED]:/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:[EMAIL PROTECTED]:/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
_______________________________________________
cvsnt mailing list
[email protected]
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Reply via email to