diff options
Diffstat (limited to 'docs/manpages/smbcontrol.1')
-rw-r--r-- | docs/manpages/smbcontrol.1 | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/docs/manpages/smbcontrol.1 b/docs/manpages/smbcontrol.1 index 8df5462596..1579536241 100644 --- a/docs/manpages/smbcontrol.1 +++ b/docs/manpages/smbcontrol.1 @@ -2,12 +2,12 @@ .\" Title: smbcontrol .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 08/02/2011 +.\" Date: 01/22/2012 .\" Manual: User Commands -.\" Source: Samba 3.5 +.\" Source: Samba 3.6 .\" Language: English .\" -.TH "SMBCONTROL" "1" "08/02/2011" "Samba 3\&.5" "User Commands" +.TH "SMBCONTROL" "1" "01/22/2012" "Samba 3\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -235,6 +235,31 @@ Force daemon to reload smb\&.conf configuration file\&. Can be sent to \fBnmbd\fR, or \fBwinbindd\fR\&. .RE +.PP +idmap +.RS 4 +Notify about changes of id mapping\&. Can be sent to +\fBsmbd\fR +or (not implemented yet) +\fBwinbindd\fR\&. +.PP +flush [uid|gid] +.RS 4 +Flush caches for sid <\-> gid and/or sid <\-> uid mapping\&. +.RE +.PP +delete <ID> +.RS 4 +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"\&. +.RE +.PP +kill <ID> +.RS 4 +Remove a mapping from cache\&. Terminate +\fBsmbd\fR +if the id is currently in use\&. +.RE +.RE .SH "VERSION" .PP This man page is correct for version 3 of the Samba suite\&. |