summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-07-28 23:39:09 +0200
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-07-28 23:39:09 +0200
commit347b5a207846fe058d2deb19c976df810bc0c922 (patch)
tree7c62fcd14a9a0c82f4dc4e7164d112056fb62a88
parent86b26328312f1d17327a77800ae0dfc10d56adf6 (diff)
downloadceph-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.821
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