* src/util/virauthconfig.c
[credentials-dev]
username=joe
-password=hello</pre>
+password=hello
+
+[credentials-defgrp]
+username=defuser
+password=defpw</pre>
<p>
The second set of groups provide mappings of credentials to
<p>
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:
</p>
<pre>
[auth-libvirt-prod1.example.com]
credentials=prod
+[auth-libvirt-default]
+credentials=defgrp
+
[auth-esx-dev1.example.com]
-credentials=dev</pre>
+credentials=dev
+
+[auth-esx-default]
+credentials=defgrp</pre>
+
<p>
The following service types are known to libvirt