diff options
author | Cole Robinson <crobinso@redhat.com> | 2013-07-09 10:07:53 -0400 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2013-07-19 12:52:03 +0400 |
commit | 805695daf64879959e3ea357fe9c391ddacea9c6 (patch) | |
tree | 531f25fb816938db6bbc66aa844855bb280e94c3 /qemu.sasl | |
parent | 0e44486cdccb4c1f9e5fad390cfd7186850c7204 (diff) |
Fix command example in qemu.sasl
sasldblistusers2 doesn't have a '-a' option
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qemu.sasl')
-rw-r--r-- | qemu.sasl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ keytab: /etc/qemu/krb5.tab # If using digest-md5 for username/passwds, then this is the file # containing the passwds. Use 'saslpasswd2 -a qemu [username]' -# to add entries, and 'sasldblistusers2 -a qemu' to browse it +# to add entries, and 'sasldblistusers2 -f [sasldb_path]' to browse it sasldb_path: /etc/qemu/passwd.db |