mirror of https://gitee.com/openkylin/libvirt.git
docs: auth: Fix a couple of stylistic issues
These were the result of the conversion to RST by commit
97f21a82b2
.
Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
3bd8c779f4
commit
bff42b3d2c
|
@ -80,7 +80,7 @@ the service type and host:
|
|||
::
|
||||
|
||||
[auth-$SERVICE-$HOSTNAME]
|
||||
credentials=$CREDENTIALS</pre>
|
||||
credentials=$CREDENTIALS
|
||||
|
||||
For example, following the previous example, here is how to
|
||||
map some machines. For convenience libvirt supports a default
|
||||
|
@ -242,7 +242,7 @@ a user ``fred``, run
|
|||
::
|
||||
|
||||
# saslpasswd2 -a libvirt fred
|
||||
Password: xxxxxx
|
||||
Password: xxxxxx
|
||||
Again (for verification): xxxxxx
|
||||
|
||||
To see a list of all accounts the ``sasldblistusers2`` command can be used.
|
||||
|
|
Loading…
Reference in New Issue