summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2013-04-12 19:00:14 +0200
committerStef Walter <stefw@redhat.com>2013-04-26 18:28:12 +0200
commitf80a3b0b85e86763d668d99a3d43d614b5b35a01 (patch)
tree6302cfb345b11d371333a98c73db9feaff8d18f4 /doc
parentfecf523c1d478c50b188fd11c44cacea255dcae5 (diff)
Add 'manage-system' option which defaults to TRUE
This is a per-realm setting, and Join() option which can be used to make realmd not configure central management aspects when joining a domain. https://bugs.freedesktop.org/show_bug.cgi?id=61858
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/realmd-guide-configuring.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/manual/realmd-guide-configuring.xml b/doc/manual/realmd-guide-configuring.xml
index cf62c6f..32c39a4 100644
--- a/doc/manual/realmd-guide-configuring.xml
+++ b/doc/manual/realmd-guide-configuring.xml
@@ -257,5 +257,24 @@ automatic-id-mapping = no
</section>
+ <section>
+
+ <title>manage-system</title>
+
+ <para>This option is on by default. Normally joining a realm
+ affects many aspects of the configuration and management of the
+ system. Turning this off limits the interaction with the realm
+ or domain to authentication and identity.</para>
+
+ <informalexample>
+<programlisting>
+[domain.example.com]
+manage-system = no
+# manage-system = yes
+</programlisting>
+ </informalexample>
+
+ </section>
+
</section>
</chapter>