Binaries may be found at ftp.cs.colorado.edu:/pub/sudo/binaries. You should only use these if you are unable to build sudo yourself. Note that the binary distributions contain binaries only.
Beta versions of sudo may be found at ftp.cs.colorado.edu:/pub/sudo/beta/
If you are interested in running a beta version, please join the sudo-workers
mailing list so that you will receive updates on bug fixes and new beta/gamma
versions.
# User alias specification
User_Alias FULLTIME=millert,dowdy,mikef
User_Alias PARTTIME=juola,mccreary,tor
# Runas alias specification
Runas_Alias OP=root,operator
# Command alias specification
Cmnd_Alias LPCS=/usr/etc/lpc,/usr/ucb/lprm
Cmnd_Alias SHELLS=/bin/sh,/bin/csh,/bin/tcsh,/bin/ksh
Cmnd_Alias SU=/bin/su
Cmnd_Alias MISC=/bin/rm,/bin/cat:SHUTDOWN=/etc/halt,/etc/shutdown
# User specification
FULLTIME ALL=(ALL) NOPASSWD: ALL
%wheel
ALL=ALL
PARTTIME ALL=ALL,!SHELLS,!SU
+interns
+openlabs=ALL,!SHELLS,!SU
britt
REMOTE=SHUTDOWN:ALL=LPCS
jimbo
CUNETS=/bin/su ?*,!/bin/su root
nieusma
SERVERS=SHUTDOWN,/etc/reboot: HUB=ALL,!SHELLS
jill
houdini=/etc/shutdown -[hr] now,MISC
markm
HUB=ALL,!MISC,!/etc/shutdown,!/etc/halt
davehieb
merlin=(OP) ALL:SERVERS=/etc/halt: kodiakthorn=NOPASSWD: ALL
steve
CSNETS=(operator) /usr/op_commands/
Host Alias specifications:
The are four host aliases. The first
actually contains two aliases. It sets HUB to be houdini and
REMOTE to the three machines merlin, kodiakthorn and spirit.
Similarly, SERVERS is set
to the machines houdini, merlin, kodiakthorn and spirit. The CSNETS
alias will match any host
on the 128.138.243.0, 128.138.204.0, or 128.138.205.192 nets.
The CUNETS alias will match
any host on the 128.138.0.0 (class B) network. Note that these
are network addresses, not ip
addresses. Unless an explicate netmask is given, the local netmask
is used to determine
whether or not the current host belongs to a network.
User Alias specifications:
The two user aliases simply groups the FULLTIME
and PARTTIME folks into two separate
aliases.
Command alias specifications:
Command aliases are lists of commands
with or without associated command line arguments.
The entries above should be self-explanatory.
User specifications:
FULLTIME
Full-time sysadmins in the FULLTIME alias may run any command on any
host as any user without a password.
%wheel Any user in the UN*X group wheel may run any command on any host.
PARTTIME
Part-time sysadmins in the PARTTIME alias may run any command except
those in the SHELLS and SU aliases on any host.
+interns
Any user in the netgroup interns may run any command except those in the
SHELLS and SU aliases on any host that is in the openlabs netgroup.
britt
The user britt may run commands in the SHUTDOWN alias on the REMOTE
machines and commands in the LPCS alias on any machine.
jimbo
The user jimbo may su to any user save root on the machines on CUNETS (which
is
explicitely listed as a class B network).
nieusma
The user nieusma may run commands in the SHUTDOWN alias as well as
/etc/reboot on the SERVER machines and any command except those
in the SHELLS alias on the
HUB machines.
jill
The user jill may run /etc/shutdown -h now or /etc/shutdown -r now as well
as the
commands in the MISC alias on houdini.
markm
The user markm may run any command on the HUB machines except
/etc/shutdown, /etc/halt, and commands listed in the MISC alias.
davehieb
The user davehieb may run any command on merlin as any user in the
Runas_Alias OP (ie: root or operator). He may also run /etc/halt
on the SERVERS and
any command on kodiakthorn (no password required on kodiakthorn).
steve
The user steve may run any command in the /usr/op_commands/ directory
as
user operator on the machines on CSNETS.