Does the chacl flag work for both pserver and ntserver modes?

Dave

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 29, 2001 10:30 AM
To: [EMAIL PROTECTED]
Subject: [Cvsnt] Latest updates


cvsnt 1.11.1.3 beta 1 - this is *not* a stable release!

I've been busy lately but have managed to merge in the ACL patches.
I've made quite a few changes to them (per-branch ACLs and a lot of
rewriting of the passwd stuff, plus some bug fixes).

sserver is merged but changed to be multiplexed from the pserver port,
so it is the same as gserver etc.  I haven't managed to test this as I
can't find out how to make a keyfile that openssl likes..  for now
sserver is best avoided.

Administrators are now listed in CVSROOT/admins.

Suggestions for improvements welcome...   There are probably bugs in
the acl stuff & I'm not sure I got the balance of the permissions
right.

I don't think anything here could screw up a repository, but you could
find your passwd file go up in smoke if you trigger the right bug...
standard disclaimers apply!

Tony

The new commands are:

cvs passwd [-a] [-x] [-X] [-r real_user] [-R] [-D domain] [username]
        -a      Add user
        -x      Disable user
        -X      Delete user
        -r      Alias username to real system user
        -R      Remove alias to real system user
        -D      Use domain password

        User management.  Non-admins can only change their own
        password.

cvs lsacl [directory....]
        List current acl on a directory.

cvs chacl -R [-r tag] {user|default}:[{[r][w][c]|[n]}] directory...
        -R      Recursively set permissions
        -r      Set permissions on specific branch/tag

      Permissions are:

        r - can update/read
        w - can write/commit
        c - can change (add/remove files)
        n - no access

     For a permission to be effective you need at least 'read' access
     to parent directories (so you can lock branches, etc.)

    Only the owner or an admin can set permissions.

cvs chown user directory...
    Change directory owner.  Only valid for current owner or admin.

_______________________________________________
Cvsnt mailing list
[EMAIL PROTECTED]
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
_______________________________________________
Cvsnt mailing list
[EMAIL PROTECTED]
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Reply via email to