1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-10 04:23:50 +03:00

s3-docs: manpage for "smbcontrol xx idmap"

This commit is contained in:
Gregor Beck
2011-03-07 09:56:48 +01:00
committed by Michael Adam
parent 286b22cb9a
commit f723fef45e

View File

@@ -272,6 +272,32 @@
</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>