X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fmonkeysphere-authentication;h=4aaf02d41d18b19dfe28445689cc604d9b245aa5;hb=45a38e389395fed49c82648dfd93c65430956c07;hp=a8f17f9a336536ab0393f5b4d8b05648cf11468a;hpb=b2bf2d17cd6eb5edcb69d51867b7d17e60751986;p=monkeysphere.git diff --git a/src/monkeysphere-authentication b/src/monkeysphere-authentication index a8f17f9..4aaf02d 100755 --- a/src/monkeysphere-authentication +++ b/src/monkeysphere-authentication @@ -47,6 +47,7 @@ usage: $PGRM [options] [args] Monkeysphere authentication admin tool. subcommands: + setup (s) setup monkeysphere user authentication update-users (u) [USER]... update user authorized_keys files add-id-certifier (c+) KEYID import and tsign a certification key --domain (-n) DOMAIN limit ID certifications to DOMAIN @@ -155,6 +156,11 @@ COMMAND="$1" shift case $COMMAND in + 'setup'|'setup'|'s') + source "${MASHAREDIR}/setup" + setup "$@" + ;; + 'update-users'|'update-user'|'u') source "${MASHAREDIR}/update_users" update_users "$@"