cvspadm
Copyright 2001 Raymond M Schneider <ray@hackfoo.net>
All rights reserved.

NAME
        cvspadm - CVS pserver administration program

SYNOPSIS
        cvspadm [-a] [-e] [-k] [-d] [-r] [-w] [-u userid] [-p password]
               [-R repository]

DESCRIPTION
        cvspadm is a tool to assist CVS administrators in the user admin
        of the CVSROOT/passwd CVSROOT/readers CVSROOT/writers files when
        pserver authentication is being used for the repository.

            It currently does _not_ handling mapping cvs accounts to real
            system userid's. This could be added trivially, but I ran out
            time.

OPTIONS
        -u <userid>
        -p <password>
        -R <path_to_repository>
        -w -- for writers access
        -r -- for readers access
        -d -- disable user acct
        -k -- kill user acct
        -e -- enable user acct
        -a -- add a cvs user
        
SEE ALSO
        cvs(1)

AUTHOR
        Raymond M Schneider <ray@hackfoo.net>

BUGS
        cvspadm doesnt handle mappings to system userids currently. This
        is something that does come in handy, it should get added.

