summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2013-04-25 14:56:13 +0200
committerStef Walter <stefw@redhat.com>2013-04-29 18:04:00 +0200
commitbf1fe1a2e8bbc2f032671e7f9e0147c1ca7c16e8 (patch)
tree3d3d5e8a76f72a2d3fbdabb0562a743690fcfc4d /doc
parentab2fd415c1584757420e7a93e22d4ccba3e572d2 (diff)
Add option to disable use of fully qualified names
https://bugs.freedesktop.org/show_bug.cgi?id=60637
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/realmd-guide-configuring.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/manual/realmd-guide-configuring.xml b/doc/manual/realmd-guide-configuring.xml
index 8718338..f1647dd 100644
--- a/doc/manual/realmd-guide-configuring.xml
+++ b/doc/manual/realmd-guide-configuring.xml
@@ -299,5 +299,23 @@ manage-system = no
</section>
+ <section>
+
+ <title>fully-qualified-names</title>
+
+ <para>This option is on by default. If turned off then realm
+ user and group names are not qualified their name. This may
+ cause them to conflict with local user and group names.</para>
+
+ <informalexample>
+<programlisting>
+[domain.example.com]
+fully-qualified-names = no
+# fully-qualified-names = yes
+</programlisting>
+ </informalexample>
+
+ </section>
+
</section>
</chapter>