From: adamch Date: Sun, 21 Oct 2007 15:01:22 +0000 (+0000) Subject: Document requirements to run domtool-adduser X-Git-Url: http://git.hcoop.net/clinton/scripts.git/commitdiff_plain/241a0263b49eb5a72ff9d4ef14d50f351c93e1f9?hp=3608cf66a5728dcd2e9d7729da97a6bfb63be649 Document requirements to run domtool-adduser --- diff --git a/create-user b/create-user index 4624cce..d374f35 100755 --- a/create-user +++ b/create-user @@ -9,6 +9,21 @@ # - while holding tokens for a user who is: # - a member of system:administrator # - listed in 'bos listusers deleuze' +# - and who has been set up with Domtool admin privileges by: +# - running 'domtool-adduser $USER' while holding AFS admin tokens as +# someone who is already a Domtool admin +# - running 'domtool-admin grant $USER priv all' as someone who is already a +# Domtool admin +# (To bootstrap yourself into admindom: +# 1. Run '/etc/init.d/domtool-server stop' on deleuze. +# 2. Run '/etc/init.d/domtool-slave stop' on all Domtool slave machines +# (e.g., mire). +# 3. Edit ~domtool/acl, following the example of adamc_admin to grant +# yourself 'priv all'. +# 4. Run '/etc/init.d/domtool-server start' on deleuze. +# 5. Run '/etc/init.d/domtool-slave start' on all Domtool slave +# machines. +# 6. Run 'domtool-adduser' as above.) USER=$1