[cvsacl-users] You do not have admin rights on .
Brought to you by:
sbaris
From: Willard K. <cvs...@fa...> - 2004-10-27 20:22:53
|
Yesterday I was able to manipulate the acls for my cvs archive without any problem. Today, if I try to add a user cvs -d /path/to/archive racl someuser:p -d ALL -r ALL I get "cvs [racl aborted]: You do not have admin rights on '.'" I can't list permissions on directories or file. Something changed, but I haven't figured out what. Someone asked a similar question back in August, but there's no reply in the list archive. The access file contains the line d:ALL:ALL:ALL!n,wk!p: where wk is my id. I am using cvsacl-1.2.1 on cvs-1.11.17. I put some debug logging into the valid_perm() function in acl.c When I try to change the user permissions, the part_perms parameter is null, so it takes the default permission, which I set to n. Thanks for any help. Willard |