cvsacl-users Mailing List for CVS Access Control List Extension (Page 2)
Brought to you by:
sbaris
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
(5) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
(3) |
Mar
(1) |
Apr
(2) |
May
|
Jun
(20) |
Jul
(4) |
Aug
(1) |
Sep
|
Oct
(12) |
Nov
(6) |
Dec
(4) |
2005 |
Jan
|
Feb
(8) |
Mar
(9) |
Apr
(3) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
(1) |
May
(2) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(4) |
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
(1) |
Nov
|
Dec
(1) |
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Temp - S. J. <te...@ca...> - 2005-07-18 14:17:37
|
I am curious about if/how CVSACL handles modules (i.e. those defined in CVSROOT/modules). Can anyone shed some light on this? I hope to find out about both regular modules and alias modules (with the -a switch). =20 My initial tests with alias modules seem to suggest that the "-f aliasmodname" qualifier to "cvs racl" will cause the ACL to be applied to the files aliased by the module; and the "-d aliasmodname" will cause it to be applied to the directories aliased by the module. But I don't know whether to trust this behavior or to fear it! =20 Am I trying to hammer a square peg in a round hole here by trying to use CVSACL for these purposes? Or is there a proper way to make this work? =20 Thanks in advance! =20 Jon Steinhart =20 |
From: Cote, P. <Phi...@te...> - 2005-04-22 15:45:59
|
Hi, =20 I have a strange problem with cvsacl. I've downloaded the latest patched version of cvs and built it. Everything went fine. =20 Now the problem is that cvs is ignoring my access file.=20 =20 The only permission I can set is via CVSACLDefaultPermissions=3D... =20 If I set it to p, I can use racl and the rest. If I set it to n, I can't access anything. =20 Any permission I set in the access file (using racl) is simply ignored. =20 I've tried setting CVSACLFileLocation to point to the access file, but it does nothing more. =20 =20 Can someone help ? =20 Thanks ! =20 Philippe Cote=20 Telus Architecte J2EE =20 =20 =20 =20 phi...@te... <mailto:phi...@te...> =20 tel: (514) 392-0373 #2590=20 =20 =20 =20 =20 =20 =20 =20 =20 |
From: Lu J. <jx...@fu...> - 2005-04-20 03:42:35
|
One of my friend, who serve as a team leader in an software company ask me for a solution to permit a single file and deny others for a user, who might just enter the team serveral days before a project's leadline. So I tried to find the way (allow user "developer1" to access a file exer1/lib/hello.c and deny other access), but failed, here is the logs: Server side: [root@edusrv cvs]# cat CVSROOT/aclconfig |grep ^[^#] UseCVSACL=yes CVSACLDefaultPermissions=n UseSystemGroups=yes [root@edusrv cvs]# cat CVSROOT/access f:exer1/lib/hello.c:HEAD:developer1!a: d:ALL:ALL:root!p: [root@edusrv cvs]# ls -al total 28 drwxrws--x 6 root cvs 4096 Apr 19 15:14 . drwxr-xr-x 23 root root 4096 Apr 13 13:26 .. -rw------- 1 cvsadmin cvsadmin 3 Apr 19 15:14 .bash_history drwxrwsr-x 3 root cvs 4096 Apr 19 20:09 CVSROOT drwxrwxr-x 2 jxlu cvs 4096 Apr 19 19:48 exer0 drwxrwxr-x 3 developer0 cvs 4096 Apr 19 20:07 exer1 drwxrws--- 2 proj0 proj0 4096 Apr 19 15:12 proj0 [root@edusrv cvs]# cvs --version Concurrent Versions System (CVS) 1.11.18 (client/server) with CVSACL Patch 1.2.2 (cvsacl.sourceforge.net) Copyright (c) 1989-2004 Brian Berliner, david d `zoo' zuhn, Jeff Polk, and other authors CVS may be copied only under the terms of the GNU General Public License, a copy of which can be found with the CVS distribution kit. Specify the --help option for further information about CVS [root@edusrv cvs]# Client side: E:\CVS WorkSpace>cvs up exer1 cvs update: Updating exer1 cvs update: permission denied for exer1/README.txt cvs update: Updating exer1/lib cvs update: permission denied for exer1/lib/Makefile cvs update: permission denied for exer1/lib/hello.c E:\CVS WorkSpace>echo %CVSROOT% :pserver:developer1@10.10.90.251:/var/cvs E:\CVS WorkSpace>cvs --version Concurrent Versions System (CVSNT) 2.5.01 (Travis) Build 1927 (client/server) Copyright (c) 1989-2001 Brian Berliner, david d `zoo' zuhn, Jeff Polk, and other authors CVSNT version (Apr 4 2005) Copyright (c) 1999-2004 Tony Hoyle and others see http://www.cvsnt.org Commercial support and training provided by March Hare Software Ltd. see http://www.cvsnt.com CVS may be copied only under the terms of the GNU General Public License, a copy of which can be found with the CVS distribution kit. SSH connectivity provided by PuTTY: PuTTY is copyright 1997-2001 Simon Tatham. Portions copyright Robert de Bath, Joris van Rantwijk, Delian Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, Justin Bradford, and CORE SDI S.A. see http://www.chiark.greenend.org.uk/~sgtatham/putty/ Specify the --help option for further information about CVS E:\CVS WorkSpace> Is there any solution? Thanks. |
From: Zdenek P. <zde...@sy...> - 2005-04-07 11:16:33
|
Hallo, I met significant performance issues while accessing CVS store with module containing only 870 directories and 6100 files. The checkout/update/whatever operation done by using cvs with ACL patches last 20 times longer than by using nonpatched cvs. It is unacceptable. What is wrong? Bellow is my configuration: Hardware: - it is not important, tests with cvsacl and classic cvs were ran on the same machine and the same cvs repository. Software: cvs-1.11.19 with last stable acl patches cvs-1.11.19 without patches openssh-3.6.1p2-33.30.3 for :ext authentication by public key xinetd-2.3.12-6.3E for :pserver authentication Operating System: Red Hat Enterprise Linux ES release 3 (Taroon Update 4) Can somebody help to solve this slowness issue? Thank you. z.p. -- Zdenek Pizl Systinet Corporation Vinohradska 190 13000 Praha 3 |
From: Daria C. <cha...@ma...> - 2005-03-22 11:42:35
|
Please HELP!!! As already was reported in several previous message I can't get a proper list of defined ACLs! Whatever permission I set they work, but cvs racl (or acl) -l -d dir_name or cvs racl (or acl) -l -f dir_name/file_name always returns the same: d dir_name default:p (no perm) or d dir_name default:p (no perm) f dir_name/file_name default:p (no perm) Does anybody know how to make this work!!!!!???? Thanks, Daria |
From: Matt A. <mat...@gm...> - 2005-03-15 13:00:49
|
Attached Incidently, I had to create a blank file called 'access' in my CVSROOT as the file did not exist. When I checked in aclconfig it said it couldn't access the file so I created it. It seems to be that this file is just completely ignored and the default permissions are always used. On Tue, 15 Mar 2005 07:50:48 -0500, Fridman, Blake <Bla...@pa...> wrote: > can you send me the contents of your access file? > > -----Original Message----- > From: Matt Adams [mailto:mat...@gm...] > Sent: Tuesday, March 15, 2005 7:49 AM > To: Fridman, Blake; cvs...@li... > Subject: Re: [cvsacl-users] Cannot open file > /export/home/cvs/CVSROOT/access > > Hi > > Yes this is what I did. I had default access set tp 'p' in aclconfig, > then I tried the lines below to give my user admin access. It seemed > to work ok and my access file has the following line: > > d:ALL:ALL:44103F!p: > > However, as soon as I turn default access to 'a' it says I don't have > admin rights, even though the line above is still present in the > 'access' file. > > On Tue, 15 Mar 2005 07:23:24 -0500, Fridman, Blake > <Bla...@pa...> wrote: > > OK. > > > > This is what I suggest (maybe you are trying this and I missed it): > > > > cvs -d /export/home/cvs racl ADMIN_USER:p -r ALL -d ALL > > cvs -d /export/home/cvs racl GROUP_OF_EVERYONE_ELSE:a -r ALL -d ALL > > > > If everyone else is going to have all permissions except admin then just do the ADMIN_USER and don't define priveledges for anyone else. I use acl to define people who DON'T have admin permission (since in our situation that is really only one person). > > > > -Blake > > > > -----Original Message----- > > From: Matt Adams [mailto:mat...@gm...] > > Sent: Tuesday, March 15, 2005 7:02 AM > > To: Fridman, Blake > > Subject: Re: [cvsacl-users] Cannot open file > > /export/home/cvs/CVSROOT/access > > > > Hi Blake > > > > I changed the default to 'a' so that not everyone had 'p' rights. > > However, I had previously set myself up as admin using > > > > cvs -d /export/home/cvs racl 44103F:p -r ALL -d ALL > > > > So I was expecting myself only to have full admin rights, and everyone > > else to have just 'a' rights. > > > > On Tue, 15 Mar 2005 06:52:34 -0500, Fridman, Blake > > <Bla...@pa...> wrote: > > > You changed the 'p' to an 'a'? > > > > > > You should keep a user as an admin for adding rights and modify other users to have 'a'. 'a' means everything but admin rights. > > > > > > -----Original Message----- > > > From: cvs...@li... > > > [mailto:cvs...@li...]On Behalf Of Matt Adams > > > Sent: Tuesday, March 15, 2005 6:25 AM > > > To: cvs...@li... > > > Subject: [cvsacl-users] Cannot open file /export/home/cvs/CVSROOT/access > > > > > > Hi all > > > > > > I have recently installed the ACL patch on our CVS server and am > > > having problems getting it working. > > > > > > I am using the default aclconfig file provided with the installation. > > > I added this file to my CVSROOT module. I then try to define myself > > > as an administrator: > > > > > > cvs -d /export/home/cvs racl 44103F:p -r ALL -d ALL > > > > > > All seems ok. A file called access has been created and has the following line: > > > > > > d:ALL:ALL:44103F!p: > > > > > > I then alter the aclconfig file and set the default permissions to > > > 'a'. When checking in this file I get an error "error checking out > > > access file" but the file commits ok. > > > > > > Then, when I try and set permissions, e.g. > > > > > > cvs -d/export/home/cvs/Genesis racl acltest1:p -r ALL -d ALL > > > > > > I get an error message saying that I do not have acl admin rights. > > > > > > Can anyone help? > > > > > > Thanks > > > Matt > > > > > > ------------------------------------------------------- > > > SF email is sponsored by - The IT Product Guide > > > Read honest & candid reviews on hundreds of IT Products from real users. > > > Discover which products truly live up to the hype. Start reading now. > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > _______________________________________________ > > > cvsacl-users mailing list > > > cvs...@li... > > > https://lists.sourceforge.net/lists/listinfo/cvsacl-users > > > > > > > > > > > > |
From: Matt A. <mat...@gm...> - 2005-03-15 12:48:49
|
Hi Yes this is what I did. I had default access set tp 'p' in aclconfig, then I tried the lines below to give my user admin access. It seemed to work ok and my access file has the following line: d:ALL:ALL:44103F!p: However, as soon as I turn default access to 'a' it says I don't have admin rights, even though the line above is still present in the 'access' file. On Tue, 15 Mar 2005 07:23:24 -0500, Fridman, Blake <Bla...@pa...> wrote: > OK. > > This is what I suggest (maybe you are trying this and I missed it): > > cvs -d /export/home/cvs racl ADMIN_USER:p -r ALL -d ALL > cvs -d /export/home/cvs racl GROUP_OF_EVERYONE_ELSE:a -r ALL -d ALL > > If everyone else is going to have all permissions except admin then just do the ADMIN_USER and don't define priveledges for anyone else. I use acl to define people who DON'T have admin permission (since in our situation that is really only one person). > > -Blake > > -----Original Message----- > From: Matt Adams [mailto:mat...@gm...] > Sent: Tuesday, March 15, 2005 7:02 AM > To: Fridman, Blake > Subject: Re: [cvsacl-users] Cannot open file > /export/home/cvs/CVSROOT/access > > Hi Blake > > I changed the default to 'a' so that not everyone had 'p' rights. > However, I had previously set myself up as admin using > > cvs -d /export/home/cvs racl 44103F:p -r ALL -d ALL > > So I was expecting myself only to have full admin rights, and everyone > else to have just 'a' rights. > > On Tue, 15 Mar 2005 06:52:34 -0500, Fridman, Blake > <Bla...@pa...> wrote: > > You changed the 'p' to an 'a'? > > > > You should keep a user as an admin for adding rights and modify other users to have 'a'. 'a' means everything but admin rights. > > > > -----Original Message----- > > From: cvs...@li... > > [mailto:cvs...@li...]On Behalf Of Matt Adams > > Sent: Tuesday, March 15, 2005 6:25 AM > > To: cvs...@li... > > Subject: [cvsacl-users] Cannot open file /export/home/cvs/CVSROOT/access > > > > Hi all > > > > I have recently installed the ACL patch on our CVS server and am > > having problems getting it working. > > > > I am using the default aclconfig file provided with the installation. > > I added this file to my CVSROOT module. I then try to define myself > > as an administrator: > > > > cvs -d /export/home/cvs racl 44103F:p -r ALL -d ALL > > > > All seems ok. A file called access has been created and has the following line: > > > > d:ALL:ALL:44103F!p: > > > > I then alter the aclconfig file and set the default permissions to > > 'a'. When checking in this file I get an error "error checking out > > access file" but the file commits ok. > > > > Then, when I try and set permissions, e.g. > > > > cvs -d/export/home/cvs/Genesis racl acltest1:p -r ALL -d ALL > > > > I get an error message saying that I do not have acl admin rights. > > > > Can anyone help? > > > > Thanks > > Matt > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > cvsacl-users mailing list > > cvs...@li... > > https://lists.sourceforge.net/lists/listinfo/cvsacl-users > > > > > > |
From: Matt A. <mat...@gm...> - 2005-03-15 11:25:38
|
Hi all I have recently installed the ACL patch on our CVS server and am having problems getting it working. I am using the default aclconfig file provided with the installation. I added this file to my CVSROOT module. I then try to define myself as an administrator: cvs -d /export/home/cvs racl 44103F:p -r ALL -d ALL All seems ok. A file called access has been created and has the following line: d:ALL:ALL:44103F!p: I then alter the aclconfig file and set the default permissions to 'a'. When checking in this file I get an error "error checking out access file" but the file commits ok. Then, when I try and set permissions, e.g. cvs -d/export/home/cvs/Genesis racl acltest1:p -r ALL -d ALL I get an error message saying that I do not have acl admin rights. Can anyone help? Thanks Matt |
From: Fridman, B. <Bla...@Pa...> - 2005-03-10 13:48:01
|
I don't believe you can. The patch has to be applied to the source, = because once you have the cvs binary it no longer needs to use the = source. The patch is very easy to install and cvs does not require much to make = && make install. Let me know if you need help! -Blake -----Original Message----- From: cvs...@li... [mailto:cvs...@li...]On Behalf Of Matt Adams Sent: Thursday, March 10, 2005 8:42 AM To: cvs...@li... Subject: [cvsacl-users] installing cvsacl with no cvs source Hi A quick question regarding cvsacl... We installed CVS initially using a Solaris package rather than the source. Can we still install the cvsacl patch and how can we do this? I ask because the installation instructions refer to adding files to the CVS source path. Thanks Matt ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick _______________________________________________ cvsacl-users mailing list cvs...@li... https://lists.sourceforge.net/lists/listinfo/cvsacl-users |
From: Matt A. <mat...@gm...> - 2005-03-10 13:42:31
|
Hi A quick question regarding cvsacl... We installed CVS initially using a Solaris package rather than the source. Can we still install the cvsacl patch and how can we do this? I ask because the installation instructions refer to adding files to the CVS source path. Thanks Matt |
From: <shi...@ho...> - 2005-03-10 07:29:00
|
Sorry about my poor English... I've noticed that several ppl got the same problem like what i got(),and i find a bug report 1089009 mentioned that the code in line 389,function valid_tag() of acl.c : "if (acldir || aclfile) return (0);" should be "if (!(acldir || aclfile)) return (0);" I modified the code then found permission issue is solved but i could not checkout any thing. I tried to output some debug info and found when i do "cvs co something" the acldir & aclfile are both 0,so the condition is 1,and it do return 0 At last I comment these two lines and now everything seems working properly.I'm not sure if it can cause other error by commenting those two lines. Could somebody else test it? _________________________________________________________________ 与世界各地的朋友进行交流,免费下载 MSN Messenger: http://messenger.msn.com/cn |
From: Kanthong V. <ant...@ya...> - 2005-03-08 15:23:27
|
Hi: If i lock some file and then make some modifications and after that commit the changes, i found that this files is automatically unlock. That it this right? But i don't make changes over the files, this are not automatically unlock. Some one knows about this behavior? Thank in Advance. Kanthong Vannasaeng Oracle Argentina __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Fridman, B. <Bla...@Pa...> - 2005-03-04 19:54:06
|
I am unable to "share" a project using eclipse 3.0. It may be a problem = that eclipse might use "add" instead of "import" when adding a new = project (not sure if they use "import" or not, but in the debug messages = I could not find an import statement). The problem only occurs when I = "share" a project to the root of the repository. I have put in a bug report into eclipse's bugzilla = (https://bugs.eclipse.org/bugs/show_bug.cgi?id=3D87062). Does anyone = else use Eclipse, and if you do were you able to find a solution? Thank you, Blake |
From: Stig H. <sti...@cy...> - 2005-02-28 06:45:15
|
You probably have a wrong ownership or group-ownership of /cvs/satrang. The setuid user of cvs must have write-access in the directory for checking out as the cvs server needs to place a lock (the #cvs.lock file) there. This is not a cvsacl problem, but merely a cvs repository problem. Cheers Stig :)) ma...@in... wrote: >hi, >i downloaded and installed the patched cvs acl package >i have initialized the repository with >cvs -d /cvs/satrang init and >added imported directories into the repo.... >i have given cvs acl admin right to a user shann with >"cvs -d /cvs/satrang racl shann:p -r ALL -d ALL" which list as >"X ALL" >and the access file entry is "d:ALL:ALL:shann!p:" >now if i login as user shann and do a checkout on the repo.. like cvs checkout satrang it throw error like this >cvs checkout: failed to create lock directory for `/cvs/satrang' (/cvs/satrang/#cvs.lock): Permission denied >cvs checkout: failed to obtain dir lock in repository `/cvs/satrang' >cvs [checkout aborted]: read lock failed - giving up > >what should i do now? >t & r >prashant > > |
From: <ma...@in...> - 2005-02-27 13:59:05
|
hi,=20=20 i downloaded and installed the patched cvs acl package=20 i have initialized the repository with=20=20 cvs -d /cvs/satrang init and=20 added imported directories into the repo....=20 i have given cvs acl admin right to a user shann with=20=20 "cvs -d /cvs/satrang racl shann:p -r ALL -d ALL" which list as=20=20 "X ALL"=20 and the access file entry is "d:ALL:ALL:shann!p:"=20 now if i login as user shann and do a checkout on the repo.. like cvs check= out satrang it throw error like this=20 cvs checkout: failed to create lock directory for `/cvs/satrang' (/cvs/satr= ang/#cvs.lock): Permission denied=20 cvs checkout: failed to obtain dir lock in repository `/cvs/satrang'=20 cvs [checkout aborted]: read lock failed - giving up=20 =20 what should i do now?=20 t & r=20 prashant=20 --=20 India.com free e-mail - www.india.com.=20 Check out our value-added Premium features, such as an extra 20MB for mail = storage, POP3, e-mail forwarding, and ads-free mailboxes! Powered by Outblaze |
From: Zdenek P. <zde...@sy...> - 2005-02-18 11:26:55
|
Hallo, I have problems when try to tweak ACLs for users. Steps: ------ 1. local machine - set enviromental variables export CVS_RSH=/usr/bin/ssh export CVSROOT=:ext:pi...@my...:/cvs/cvsroot 2. my.server.com - prepare cvs root and make me an admin cvs -d /cvs/cvsroot/ init cvs -d /cvs/cvsroot racl pizl:p -r ALL -d ALL 3. localmachine - checkout CVSROOT and change aclconfig cvs co CVSROOT change CVSACLDefaultPermissions -> CVSACLDefaultPermissions=cdrw 4. server - try to set up permissions for other user cvs -d /cvs/cvsroot racl username:cdrw -r ALL -d ALL Error: cvs [racl aborted]: You do not have admin rights on '' - But I AM an admin, I DO HAVE rights ... I suppose it has someting with CVSACLDefaultPermissions, because when I change it back to 'p' then it works. Probably I misunderstand the meaning of that keyword ... Questions: ---------- 1. So how have I use it? Or better - where is any comprehensive manual for CVS acl. 2. In case there is no such manual, how these permission do work? Software used: -------------- Red Hat Linux 9 fully updated (both local machine and server) CVS 1.11.19 + 1.2.2 cvsacl patch (both local machine and server) Thanks for help, regards z.p. -- Zdenek Pizl Systinet Corporation Vinohradska 190 13000 Praha 3 |
From: Fabrizio D. <fab...@ya...> - 2005-02-09 09:03:23
|
I think that the problem is that waiting only the development of Baris. May be we need to begin to think to work over this project with some ideas. bye, Fabrizio --- Alex Litvak <al...@ne...> wrote: > On Tue, 2005-02-08 at 11:09 -0600, Alex Litvak > wrote: > > > Hello, > > > > Is this project a life at all? > > > > I asked the same question other users were > answering all alone and I > > guess the author doesn't care. > > > That was, I asked the same question other users > were asking all along. > > > > > -- > > Alex Litvak <al...@ne...> > > -- > Alex Litvak <al...@ne...> > __________________________________ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search. http://info.mail.yahoo.com/mail_250 |
From: Alex L. <al...@ne...> - 2005-02-08 17:11:51
|
On Tue, 2005-02-08 at 11:09 -0600, Alex Litvak wrote: > Hello, > > Is this project a life at all? > > I asked the same question other users were answering all alone and I > guess the author doesn't care. That was, I asked the same question other users were asking all along. > > -- > Alex Litvak <al...@ne...> -- Alex Litvak <al...@ne...> |
From: Alex L. <al...@ne...> - 2005-02-08 17:09:34
|
Hello, Is this project a life at all? I asked the same question other users were answering all alone and I guess the author doesn't care. -- Alex Litvak <al...@ne...> |
From: sbaris <sb...@us...> - 2005-02-03 14:06:55
|
Hi, patch will sum up permissions. if permissions are "group1:n, group2:wcdr" resulting affective permission will be "wcdr" if = group1:a, group2:wcdr resulting affective permission will be "a" (since "a" includes all others except "p") Regards, sb...@us... ----- Original Message ----- From: "Fabrizio Dutra" <fab...@ya...> To: <cvs...@li...> Sent: Thursday, February 03, 2005 11:06 AM Subject: [cvsacl-users] Set permisions to a multiple groups users > Hi, > I need help to understand somethings about > configuration acces at cvsacl for groups. > > I have an user that belongs to two groups, group1 and > group2. > For a cvs module we have the following permissions: > > module | ALL | group1:n, group2:wcdr > > I would like to know what is the permissions for the > user in this module.He can commit or not? > > In other words, I don`t understand how cvsacl manage > the acces for multiple group users. > Someone can help me? > > Thanks a lot, > Fabrizio > > > > > > __________________________________ > Do you Yahoo!? > Meet the all-new My Yahoo! - Try it today! > http://my.yahoo.com > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > cvsacl-users mailing list > cvs...@li... > https://lists.sourceforge.net/lists/listinfo/cvsacl-users > |
From: Fabrizio D. <fab...@ya...> - 2005-02-03 09:07:07
|
Hi, I need help to understand somethings about configuration acces at cvsacl for groups. I have an user that belongs to two groups, group1 and group2. For a cvs module we have the following permissions: module | ALL | group1:n, group2:wcdr I would like to know what is the permissions for the user in this module.He can commit or not? In other words, I don`t understand how cvsacl manage the acces for multiple group users. Someone can help me? Thanks a lot, Fabrizio __________________________________ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com |
From: Alex L. <al...@ne...> - 2004-12-25 02:40:14
|
I guess these questions was asked before but I see no answer. 1. Even if I following the installation doc to the letter give myself p (for admin) and then give another user a for full access I get following problem: access file: d:ALL:ALL:alexl!p: d:ALL:ALL:root!p: d:viper:ALL:roman!a: Executing: cvs -d /usr/cvsroot racl roman:-w -r ALL -d viper I get cvs racl: viper user is not given any permissions to remove/add 2. Regardless of what users / permissions I set in access file, I get following: Executing cvs racl -l -r ALL -d viper d viper | ALL | default:p (no perms) Both problems appear weather or not I connect via SSH or pserver or do it on the local cvs machine. There are people on the list that are happy with the patch. Please, please help me to figure out what I am doing wrong. Thanks in Advance, -- Alex Litvak <al...@ne...> |
From: Jacob W. P. <jw...@dm...> - 2004-12-24 10:08:41
|
Hi, Thanks for cvsacl - it is really great and useful. One minor thing: It appears that CVSROOT/loginfo is examined before the ACL check actually occurs. This implies that commit mails may be posted for commits that eventually are denied by the ACLs which isn't desirable. Is there a known solution/work-around ???? Cheers, Jacob -- Jacob Weismann Poulsen <jw...@dm...> Fingerprint: 9315 DC43 D2E4 4F70 3AA8 F8F0 9DA0 B765 F5C8 7D26 |
From: Stefan <cur...@gm...> - 2004-12-10 16:14:54
|
Hey All, Could someone please help me understand how to configure the permissions with cvs racl. I followed the instructions in the readme file but nothing seems to work for me. Here's the proceedure I followed (repeatedly) I built the project using: ./configure make make install Then I created a directory called '/cvs_repository' and then set the variable CVSROOT in the .bashrc file to this directory. I called the command 'cvs init' to setup the repository. Then I created a user and group called 'cvsadm' and add myself (stef) to the group. I then set CVSServerRunAsUser=cvsadm in the aclconfig. I called the following commands: chown cvsadm -R $CVSROOT chgrp cvsadm -R $CVSROOT chmod 2270 -R $CVSROOT after that I ssh to the computer and I create a new project called 'helloworld' and import it to the cvs. cvs racl stef:p -r ALL -d ALL cvs racl ALL:r -r ALL -d ALL cvs racl testuser1:wcd -d helloworld cvs racl testuser2:n -d helloworld but none of these commands seem to have any effect, in fact when I call cvs racl -l -d helloworld none of the permissions I set are displayed, only the default permission (p). Also, no other uses e.g. testuser1, seem to be able to checkout anything, even if I give then p or a permissions. I guess I am doing something wrong or I missed a step. If anyone can help please do, Thanks, Stefan |
From: Stefan <cur...@gm...> - 2004-12-06 11:00:20
|
Hey All, I'm having problems building the patched version of cvs-1.11.18. The ./configure command seems to run ok but when I call make I get the following error(s): zlib.o: In function `compress_buffer_initialize': /root/Stefan_Goor/CVS_related/cvs-1.11.18-cvsacl-1.2.2-patched/src/zlib.c:102: undefined reference to `inflateInit_' /root/Stefan_Goor/CVS_related/cvs-1.11.18-cvsacl-1.2.2-patched/src/zlib.c:104: undefined reference to `deflateInit_' zlib.o: In function `compress_buffer_input': /root/Stefan_Goor/CVS_related/cvs-1.11.18-cvsacl-1.2.2-patched/src/zlib.c:187: undefined reference to `inflate' zlib.o: In function `compress_buffer_output': /root/Stefan_Goor/CVS_related/cvs-1.11.18-cvsacl-1.2.2-patched/src/zlib.c:270: undefined reference to `deflate' zlib.o: In function `compress_buffer_flush': /root/Stefan_Goor/CVS_related/cvs-1.11.18-cvsacl-1.2.2-patched/src/zlib.c:309: undefined reference to `deflate' zlib.o: In function `compress_buffer_shutdown_input': /root/Stefan_Goor/CVS_related/cvs-1.11.18-cvsacl-1.2.2-patched/src/zlib.c:377: undefined reference to `inflateEnd' zlib.o: In function `compress_buffer_shutdown_output': /root/Stefan_Goor/CVS_related/cvs-1.11.18-cvsacl-1.2.2-patched/src/zlib.c:403: undefined reference to `deflate' /root/Stefan_Goor/CVS_related/cvs-1.11.18-cvsacl-1.2.2-patched/src/zlib.c:415: undefined reference to `deflateEnd' zlib.o: In function `gunzip_and_write': /root/Stefan_Goor/CVS_related/cvs-1.11.18-cvsacl-1.2.2-patched/src/zlib.c:545: undefined reference to `inflateInit2_' /root/Stefan_Goor/CVS_related/cvs-1.11.18-cvsacl-1.2.2-patched/src/zlib.c:557: undefined reference to `crc32' /root/Stefan_Goor/CVS_related/cvs-1.11.18-cvsacl-1.2.2-patched/src/zlib.c:563: undefined reference to `inflate' /root/Stefan_Goor/CVS_related/cvs-1.11.18-cvsacl-1.2.2-patched/src/zlib.c:574: undefined reference to `crc32' /root/Stefan_Goor/CVS_related/cvs-1.11.18-cvsacl-1.2.2-patched/src/zlib.c:576: undefined reference to `inflateEnd' zlib.o: In function `read_and_gzip': /root/Stefan_Goor/CVS_related/cvs-1.11.18-cvsacl-1.2.2-patched/src/zlib.c:656: undefined reference to `deflateInit2_' /root/Stefan_Goor/CVS_related/cvs-1.11.18-cvsacl-1.2.2-patched/src/zlib.c:658: undefined reference to `crc32' /root/Stefan_Goor/CVS_related/cvs-1.11.18-cvsacl-1.2.2-patched/src/zlib.c:683: undefined reference to `crc32' /root/Stefan_Goor/CVS_related/cvs-1.11.18-cvsacl-1.2.2-patched/src/zlib.c:714: undefined reference to `deflate' /root/Stefan_Goor/CVS_related/cvs-1.11.18-cvsacl-1.2.2-patched/src/zlib.c:762: undefined reference to `deflateEnd' collect2: ld returned 1 exit status make[2]: *** [cvs] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Can anyone help me to resolve this problem? I am using RedHat 8.0. Many thanks, Stefan |