diff options
author | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-07-28 23:39:09 +0200 |
---|---|---|
committer | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-07-28 23:39:09 +0200 |
commit | 347b5a207846fe058d2deb19c976df810bc0c922 (patch) | |
tree | 7c62fcd14a9a0c82f4dc4e7164d112056fb62a88 | |
parent | 86b26328312f1d17327a77800ae0dfc10d56adf6 (diff) | |
download | ceph-347b5a207846fe058d2deb19c976df810bc0c922.tar.gz |
ceph-authtool.8: add missing commands to man page
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
-rw-r--r-- | man/ceph-authtool.8 | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/man/ceph-authtool.8 b/man/ceph-authtool.8 index 47888af1f22..e64cac95f0a 100644 --- a/man/ceph-authtool.8 +++ b/man/ceph-authtool.8 @@ -69,16 +69,33 @@ will create a new keyring, overwriting any existing keyringfile .UNINDENT .INDENT 0.0 .TP -.B \-\-gen\-key +.B \-g, \-\-gen\-key will generate a new secret key for the specified entityname .UNINDENT .INDENT 0.0 .TP -.B \-\-add\-key +.B \-a, \-\-add\-key will add an encoded key to the keyring .UNINDENT .INDENT 0.0 .TP +.B \-u, \-\-set\-uid +sets the auid (authenticated user id) for the specified entityname +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-gen\-print\-key +will generate and print a new secret key without adding it to the keyringfile + +NOTE: will work without a given keyringfile +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-import\-keyring +will import the content of a given keyring into the keyringfile +.UNINDENT +.INDENT 0.0 +.TP .B \-\-cap subsystem capability will set the capability for given subsystem .UNINDENT |