From f723fef45e34bfcf38af3afe810ebabace0e1305 Mon Sep 17 00:00:00 2001 From: Gregor Beck Date: Mon, 7 Mar 2011 09:56:48 +0100 Subject: s3-docs: manpage for "smbcontrol xx idmap" --- docs-xml/manpages-3/smbcontrol.1.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs-xml/manpages-3/smbcontrol.1.xml b/docs-xml/manpages-3/smbcontrol.1.xml index d3707c12dc..31c3537a65 100644 --- a/docs-xml/manpages-3/smbcontrol.1.xml +++ b/docs-xml/manpages-3/smbcontrol.1.xml @@ -272,6 +272,32 @@ + + idmap + Notify about changes of id mapping. Can be sent + to smbd or (not implemented yet) winbindd. + + + + + flush [uid|gid] + Flush caches for sid <-> gid and/or sid <-> uid mapping. + + + + delete <ID> + 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". + + + + kill <ID> + Remove a mapping from cache. Terminate smbd if + the id is currently in use. + + + + -- cgit