The branch, master has been updated
       via  8bcae00 s3-docs: manpage for "net idmap delete"
       via  f723fef s3-docs: manpage for "smbcontrol xx idmap"
      from  286b22c Fix examples/VFS to use correct prototypes for is_offline() 
and set_offline().

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 8bcae0009bbfa16cb8d9eaed8061bfdc86f51cc0
Author: Gregor Beck <[email protected]>
Date:   Mon Mar 7 09:57:10 2011 +0100

    s3-docs: manpage for "net idmap delete"
    
    Autobuild-User: Michael Adam <[email protected]>
    Autobuild-Date: Mon Mar  7 14:26:42 CET 2011 on sn-devel-104

commit f723fef45e34bfcf38af3afe810ebabace0e1305
Author: Gregor Beck <[email protected]>
Date:   Mon Mar 7 09:56:48 2011 +0100

    s3-docs: manpage for "smbcontrol xx idmap"

-----------------------------------------------------------------------

Summary of changes:
 docs-xml/manpages-3/net.8.xml        |   17 +++++++++++++++++
 docs-xml/manpages-3/smbcontrol.1.xml |   26 ++++++++++++++++++++++++++
 2 files changed, 43 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/manpages-3/net.8.xml b/docs-xml/manpages-3/net.8.xml
index d648d5c..8e5ece0 100644
--- a/docs-xml/manpages-3/net.8.xml
+++ b/docs-xml/manpages-3/net.8.xml
@@ -1278,6 +1278,23 @@ as the password for the user DN used to bind to the ldap 
server.
 </refsect2>
 
 <refsect2>
+
+<title>IDMAP DELETE [-f] [--db=&lt;DB&gt;] &lt;ID&gt;</title>
+
+<para>
+Delete a mapping sid &lt;-&gt; gid or sid &lt;-&gt; uid from the IDMAP 
database.
+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".
+Use -f to delete an invalid partial mapping &lt;ID&gt; -&gt; xx
+</para>
+<para>
+  Use "smbcontrol all idmap ..." to notify running smbd instances.
+  See the <citerefentry><refentrytitle>smbcontrol</refentrytitle>
+  <manvolnum>1</manvolnum></citerefentry> manpage for details.
+</para>
+</refsect2>
+
+
+<refsect2>
 <title>USERSHARE</title>
 
 <para>Starting with version 3.0.23, a Samba server now supports the ability for
diff --git a/docs-xml/manpages-3/smbcontrol.1.xml 
b/docs-xml/manpages-3/smbcontrol.1.xml
index d3707c1..31c3537 100644
--- a/docs-xml/manpages-3/smbcontrol.1.xml
+++ b/docs-xml/manpages-3/smbcontrol.1.xml
@@ -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>
 


-- 
Samba Shared Repository

Reply via email to