summaryrefslogtreecommitdiffstats
path: root/doc/server
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-07 10:01:16 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-14 14:56:33 -0500
commitb8ebd636ac3a5e2919b3e62041019f26acb1e2c0 (patch)
treebf0f06592d0c5d635828ad4536ff86421c1a5a90 /doc/server
parentff0048a3a26c9076c8052a8c7be171e4364f0d09 (diff)
downloadbcfg2-b8ebd636ac3a5e2919b3e62041019f26acb1e2c0.tar.gz
bcfg2-b8ebd636ac3a5e2919b3e62041019f26acb1e2c0.tar.bz2
bcfg2-b8ebd636ac3a5e2919b3e62041019f26acb1e2c0.zip
Metadata: allowed setting global default authentication type
Diffstat (limited to 'doc/server')
-rw-r--r--doc/server/plugins/grouping/metadata.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/server/plugins/grouping/metadata.txt b/doc/server/plugins/grouping/metadata.txt
index 11b3d5496..f4c5cbcb3 100644
--- a/doc/server/plugins/grouping/metadata.txt
+++ b/doc/server/plugins/grouping/metadata.txt
@@ -32,7 +32,7 @@ clients.xml
===========
The ``clients.xml`` file contains the mappings of Profile Groups
-to clients. The file is just a series of *<Client />* tags, each of which
+to clients. The file is just a series of ``<Client />`` tags, each of which
describe one host. A sample file is below:
.. code-block:: xml
@@ -43,7 +43,7 @@ describe one host. A sample file is below:
<Client profile="kerberos-master" name="kdc.example.com"/>
<Client profile="mail-server" name="mail.example.com"/>
<Client name='foo' address='10.0.0.1'>
- <Alias name='foo-mgmt' address='10.1.0.1'/>
+ <Alias name='foo-mgmt' address='10.1.0.1'/>
</Client>
</Clients>