diff --git a/docs/auth.html.in b/docs/auth.html.in index 37f2978707..487c3aad79 100644 --- a/docs/auth.html.in +++ b/docs/auth.html.in @@ -76,7 +76,11 @@ password=letmein [credentials-dev] username=joe -password=hello +password=hello + +[credentials-defgrp] +username=defuser +password=defpw
The second set of groups provide mappings of credentials to @@ -90,7 +94,8 @@ credentials=$CREDENTIALS
For example, following the previous example, here is how to - list some machines + map some machines. For convenience libvirt supports a default + mapping of credentials to machines:
@@ -106,8 +111,15 @@ credentials=test [auth-libvirt-prod1.example.com] credentials=prod +[auth-libvirt-default] +credentials=defgrp + [auth-esx-dev1.example.com] -credentials=dev+credentials=dev + +[auth-esx-default] +credentials=defgrp +
The following service types are known to libvirt