summaryrefslogtreecommitdiffstats
path: root/doc/server
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-11-14 09:43:06 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-11-14 09:43:06 -0500
commit41d5f9d8275690a96c8cd4fc5443bad3b1b72e73 (patch)
tree879caecd80c645fe18cc94246f7a189e82cdfa76 /doc/server
parentbf3adbb11ef36591d80b9b6f4d9768caf516b4e3 (diff)
downloadbcfg2-41d5f9d8275690a96c8cd4fc5443bad3b1b72e73.tar.gz
bcfg2-41d5f9d8275690a96c8cd4fc5443bad3b1b72e73.tar.bz2
bcfg2-41d5f9d8275690a96c8cd4fc5443bad3b1b72e73.zip
doc: defined when probes allowed_groups setting was added
Diffstat (limited to 'doc/server')
-rw-r--r--doc/server/plugins/probes/index.txt20
1 files changed, 11 insertions, 9 deletions
diff --git a/doc/server/plugins/probes/index.txt b/doc/server/plugins/probes/index.txt
index 6f745e359..2e23c31d5 100644
--- a/doc/server/plugins/probes/index.txt
+++ b/doc/server/plugins/probes/index.txt
@@ -143,21 +143,23 @@ This assigns the client to the groups debian-wheezy and amd64.
To prevent clients from manipulating the probe output and choosing
unexpected groups (and receiving their potential sensitive files) you
can use the ``allowed_groups`` option in the ``[probes]`` section of
-``bcfg2.conf`` on the server. This whitespace-separated list of anchored
-regular expressions (must match the complete group name) controls
-dynamic group assignments. Only matching groups are allowed. The
-default allows all groups.
+``bcfg2.conf`` on the server. This whitespace-separated list of
+anchored regular expressions (must match the complete group name)
+controls dynamic group assignments. Only matching groups are
+allowed. The default allows all groups.
-.. versionadded:: TODO
+.. versionadded:: 1.3.4
-Example::
+Example:
+
+.. code-block:: ini
[probes]
allowed_groups = debian-(squeeze|wheezy|sid) i386
-This allows the groups debian-squeeze, debian-wheezy, debian-sid and
-i386. With the probe output from above, this setting would disallow
-the group amd64.
+This allows the groups `debian-squeeze`, `debian-wheezy`, `debian-sid`
+and `i386`. With the probe output from above, this setting would
+disallow the group `amd64`.
Handling Probe Output
=====================