summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2018-05-30 13:10:57 +0200
committerSumit Bose <sbose@redhat.com>2018-10-19 20:57:32 +0200
commit500e95c73f82e4af27c46344974e6b32bdb3c286 (patch)
tree176df87ca2daf41b0b7a3d60c2045dc45d4c04ce /doc
parent2cab2d4fcc2a5b8e1974be4c5d63d44989eed320 (diff)
Use current idmap options for smb.conf
Samba change some time ago the way how to configure id-mapping. With this patch realmd will use the current supported options when creating smb.conf. A new option --legacy-samba-config is added to use the old options if realmd is used with Samba 3.5 or earlier. Related to https://bugzilla.redhat.com/show_bug.cgi?id=1484072
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/realmd.conf.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/manual/realmd.conf.xml b/doc/manual/realmd.conf.xml
index 7853230..a2b577c 100644
--- a/doc/manual/realmd.conf.xml
+++ b/doc/manual/realmd.conf.xml
@@ -192,6 +192,23 @@ automatic-install = no
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>legacy-samba-config</option></term>
+ <listitem>
+ <para>Set this to <parameter>yes</parameter> to create a Samba
+ configuration file with id-mapping options used by Samba-3.5
+ and earlier version.</para>
+
+ <informalexample>
+<programlisting language="js">
+[service]
+legacy-samba-config = no
+# legacy-samba-config = yes
+</programlisting>
+ </informalexample>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>