mirror of
https://github.com/samba-team/samba.git
synced 2025-12-12 12:23:50 +03:00
s3-docs: manpage for "smbcontrol xx idmap"
This commit is contained in:
committed by
Michael Adam
parent
286b22cb9a
commit
f723fef45e
@@ -272,6 +272,32 @@
|
|||||||
</para></listitem>
|
</para></listitem>
|
||||||
</varlistentry>
|
</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 <-> gid and/or sid <-> uid mapping.
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>delete <ID></term>
|
||||||
|
<listitem><para>Remove a mapping from cache. The mapping is given by <ID>
|
||||||
|
which may either be a sid: S-x-..., a gid: "GID number" or a uid: "UID number".
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>kill <ID></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>
|
</variablelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user