[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] RaQ3 Shell Tools



The RaQ3 shell tools are command line tools used perform functions
exactly the same as the Cobalt user interface.  The tools will now be
distributed in rpm format:
ftp://ftp.cobaltnet.com/pub/users/jeffb/shell-tools/RaQ3-shell-tools-1.0-2.noarch.rpm

Changelog:
* adduser now has support for email aliases
* deluser and delvsite where added
--
Jeff Bilicki
Cobalt Networks

--
Description and syntax
(ftp://ftp.cobaltnet.com/pub/users/jeffb/shell-tools/README):

adduser -  utility for adding a single user to a virtual site.  

addvsite - adding a virtual site 

Both of the add scripts check virtual site and and user defaults for
missing information, these defaults are configured in the Cobalt user
interface.  

deluser - deletes a user 
./adduser -d www.foo.com -f "Mr Bar" -u bar -p "foiled" -q 400 -e
"@www.foo.com"
./adduser -f "Mr Foo" -u foo -p "foiledagain" -q 400 -t -e
"foo,mr.foo,fooit,bar
./adduser -u foo
./adduser -h

usage: ./adduser [-d fqdn] [-f full name] [-u user name] [-p password] 
                [-q quota] [-t] [-a] [-x] [-o] [-e email aliases]

        -d fully quilified domain name ie. www.domain.com
      (default: base hostname + base domain name)
        -f user's Full name
        -u user name
        -p users passwd (default: $dflPasswd)
        -q quota in MB
        -t shell(telnet) enabled
        -a user is a site administrator
        -x frontpage enabled
        -o apop enabled
        -e list of email alaises, comma delmited

./addvsite -i 192.168.1.1 -n www -d bar.com -e -w -q 500 -u 20 -t -x
./addvsite -n sitename
./addvsite -h

usage: ./addvsite [-i ip address] [-n hostname] [-d domain] [-b
bandwidth] [-e] [-w] [-q quota] [-u max users] [-s] [-c] [-l] [-z] [-x]
[-o] [-f] [-m MB of files] [-z simult. users]

        -i IP address of the Vsite
        -n hostname of the Vsite (www)
        -d domain name of the Vsite (domain.com)
        -e accept email for domain
        -w web access by domain
        -q vsite quota in MB
        -u maximun number of users in vsite
        -t shell(telnet) enabled
        -c cgi scripts enabled
        -l ssl enabled
        -s ssi enabled
        -x frontpage enabled
        -o apop enabled
        -f anonymous ftp enabled
        -m MB of incoming files
        -z number of simultaneous users

./deluser -h
./deluser -u foo

usage: ./deluser [-u user name]
       -u user name

./delvsite -h
./delvsite -f www.bar.com
./delvsite -g site32

usage: ./delvsite [-f fqdn] 
usage: ./delvsite [-g group name]

        -f fully qualified domain name(fqdn)
        -g group of the vsite