s3:smbcontrol: remove unused "samsync" and "samrepl" commands
[samba.git] / docs-xml / manpages-3 / smbcontrol.1.xml
index bb0aa305d2c446d4e77feae17abd938a99512405..f83376bbd49cfcd8394f2315de0a2cc44d9bd4c0 100644 (file)
@@ -7,7 +7,7 @@
        <manvolnum>1</manvolnum>
        <refmiscinfo class="source">Samba</refmiscinfo>
        <refmiscinfo class="manual">User Commands</refmiscinfo>
-       <refmiscinfo class="version">3.5</refmiscinfo>
+       <refmiscinfo class="version">3.6</refmiscinfo>
 </refmeta>
 
 
        <varlistentry>
        <term>debug</term>
        <listitem><para>Set debug level to the value specified by the 
-       parameter. This can be sent to any of the destinations.</para>
+       parameter. This can be sent to any of the destinations. If this
+       message is sent to either the smbd or winbindd daemons, the parent
+       process will rebroadcast the message to all child processes changing
+       the debug level in each one.</para>
        </listitem>
        </varlistentry>
 
        </listitem>
        </varlistentry>
 
-       <varlistentry>
-       <term>samsync</term>
-       <listitem><para>Order smbd to synchronise sam database from PDC (being BDC). Can only be sent to <constant>smbd</constant>. </para>
-       <note><para>Not working at the moment</para></note>
-       </listitem>
-       </varlistentry>
-
-       <varlistentry>
-       <term>samrepl</term>
-       <listitem><para>Send sam replication message, with specified serial. Can only be sent to <constant>smbd</constant>. Should not be used manually.</para></listitem>
-       </varlistentry>
-
        <varlistentry>
        <term>dmalloc-mark</term>
        <listitem><para>Set a mark for dmalloc. Can be sent to both smbd and nmbd. Only available if samba is built with dmalloc support. </para></listitem>
        </para></listitem>
        </varlistentry>
 
+       <varlistentry>
+       <term>idmap</term>
+       <listitem><para>Notify about changes of id mapping. Can be sent
+       to <constant>smbd</constant> or (not implemented yet) <constant>winbindd</constant>.
+       </para></listitem>
+
+       <variablelist>
+         <varlistentry>
+           <term>flush [uid|gid]</term>
+           <listitem><para>Flush caches for sid &lt;-&gt; gid and/or sid &lt;-&gt; uid mapping.
+           </para></listitem>
+         </varlistentry>
+         <varlistentry>
+           <term>delete &lt;ID&gt;</term>
+           <listitem><para>Remove a mapping from cache. The mapping is given by &lt;ID&gt;
+           which may either be a sid: S-x-..., a gid: "GID number" or a uid: "UID number".
+           </para></listitem>
+         </varlistentry>
+         <varlistentry>
+           <term>kill &lt;ID&gt;</term>
+           <listitem><para>Remove a mapping from cache. Terminate <constant>smbd</constant> if
+           the id is currently in use.</para></listitem>
+         </varlistentry>
+       </variablelist>
+       </varlistentry>
+
 </variablelist>
 </refsect1>