]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
manpages: samba-tool gpo manage smb_conf list/set
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Tue, 4 Mar 2025 23:28:45 +0000 (12:28 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 12 Mar 2025 19:57:34 +0000 (19:57 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Rowland Penny <rpenny@samba.org>
docs-xml/manpages/samba-tool.8.xml

index d8283d46c74049d6bb09567a5dbd0521a2ebab16..ebca14cee8b4547526c690e43f05d441b2e3aa15 100644 (file)
@@ -3070,6 +3070,49 @@ enables most Registry policies.
       </variablelist>
 </refsect3>
 
+<refsect3>
+  <title>gpo manage smb_conf list</title>
+
+  <para>List smb.conf settings from the sysvol that will be applied to winbind clients.</para>
+
+  <para>
+    Example:
+    <programlisting>samba-tool gpo manage smb_conf list {31B2F340-016D-11D2-945F-00C04FB984F9}</programlisting>
+  </para>
+
+<variablelist>
+         <varlistentry>
+           <term>-H URL, --URL=URL</term>
+           <listitem><para>LDB URL for database or target server</para></listitem>
+         </varlistentry>
+</variablelist>
+
+</refsect3>
+
+
+<refsect3>
+  <title>gpo manage smb_conf set <replaceable>gpo</replaceable> <replaceable>[value]</replaceable> [options]</title>
+
+<para>Set or unset an smb.conf setting to the sysvol for applying to winbind clients.
+</para>
+<para>If a value is provided, that is the smb.conf value used; if no value is provided, the policy is removed.
+</para>
+
+  <para>
+    Example:
+    <programlisting>samba-tool gpo manage smb_conf set {31B2F340-016D-11D2-945F-00C04FB984F9} 'apply gpo policies' yes</programlisting>
+</para>
+
+<variablelist>
+         <varlistentry>
+           <term>-H URL, --URL=URL</term>
+           <listitem><para>LDB URL for database or target server</para></listitem>
+         </varlistentry>
+</variablelist>
+
+
+</refsect3>
+
 
 <refsect3>
        <title>gpo setinheritance <replaceable>container_dn</replaceable> <replaceable>block|inherit</replaceable> [options]</title>