[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-4442-gc9965d5

Karolin Seeger kseeger at samba.org
Wed Nov 19 12:09:56 GMT 2008


The branch, v3-3-test has been updated
       via  c9965d544f615fea1ba3609d7348407130ab1ec9 (commit)
       via  88d2c5a8a4b770f2bdd70fa7c58733d572d619f1 (commit)
      from  b72335fc9771ec815f3a32b6e0d9f5fb9faebc18 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit c9965d544f615fea1ba3609d7348407130ab1ec9
Author: Karolin Seeger <kseeger at samba.org>
Date:   Wed Nov 19 13:08:41 2008 +0100

    manpages: Document new wbinfo idmapping options.
    
    --set-uid/gid-mapping
    --remove-uid/gid-mapping
    
    Karolin

commit 88d2c5a8a4b770f2bdd70fa7c58733d572d619f1
Author: Karolin Seeger <kseeger at samba.org>
Date:   Wed Nov 19 13:08:00 2008 +0100

    WHATSNEW: Update changes since 3.3.0pre2.
    
    Karolin

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

Summary of changes:
 WHATSNEW.txt                     |    6 +++++-
 docs-xml/manpages-3/wbinfo.1.xml |   27 +++++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index fe0ce0a..8dc7977 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -206,7 +206,7 @@ o   Gerald (Jerry) Carter <jerry at samba.org>
 
 
 o   Günther Deschner <gd at samba.org>
-    * BUG 5888: Fix PNP_GetHwProfInfo().
+    * BUG 5888: Fix remote rpc service management.
     * Ensure consistency when reporting password complexity.
     * Fix _lsa_GetUserName.
     * Fix access check in _samr_QuerySecurity().
@@ -215,6 +215,10 @@ o   Günther Deschner <gd at samba.org>
     * Fix numerous netapi issues.
 
 
+o   Dina Fine <dina at exanet.com>
+    * BUG 5908: Fix internal change notify on share directories.
+
+
 o   Jeff Layton <jlayton at redhat.com>
     * Have uppercase_string return success on NULL pointer in mount.cifs.
     * Make mount.cifs return codes match the return codes for /bin/mount.
diff --git a/docs-xml/manpages-3/wbinfo.1.xml b/docs-xml/manpages-3/wbinfo.1.xml
index e08347c..1fb7206 100644
--- a/docs-xml/manpages-3/wbinfo.1.xml
+++ b/docs-xml/manpages-3/wbinfo.1.xml
@@ -39,10 +39,14 @@
 		<arg choice="opt">--own-domain</arg>
 		<arg choice="opt">-p</arg>
 		<arg choice="opt">-r user</arg>
+		<arg choice="opt">--remove-uid-mapping uid,sid</arg>
+		<arg choice="opt">--remove-gid-mapping gid,sid</arg>
 		<arg choice="opt">-s sid</arg>
 		<arg choice="opt">--separator</arg>
 		<arg choice="opt">--sequence</arg>
 		<arg choice="opt">--set-auth-user user%password</arg>
+		<arg choice="opt">--set-uid-mapping uid,sid</arg>
+		<arg choice="opt">--set-gid-mapping gid,sid</arg>
 		<arg choice="opt">-S sid</arg>
 		<arg choice="opt">-t</arg>
 		<arg choice="opt">-u</arg>
@@ -328,6 +332,29 @@
 		the operation will fail. </para></listitem>
 		</varlistentry>
 
+		<varlistentry>
+		<term>--remove-uid-mapping uid,sid</term>
+		<listitem><para>Remove an existing uid to sid mapping
+		entry from the IDmap backend.</para></listitem>
+		</varlistentry>
+
+		<varlistentry>
+		<term>--remove-gid-mapping gid,sid</term>
+		<listitem><para>Remove an existing gid to sid
+		mapping entry from the IDmap backend.</para></listitem>
+		</varlistentry>
+
+		<varlistentry>
+		<term>--set-uid-mapping uid,sid</term>
+		<listitem><para>Create a new or modify an existing uid to sid
+		mapping in the IDmap backend.</para></listitem>
+		</varlistentry>
+
+		<varlistentry>
+		<term>--set-gid-mapping gid,sid</term>
+		<listitem><para>Create a new or modify an existing gid to sid
+		mapping in the IDmap backend.</para></listitem>
+		</varlistentry>
 
 		&stdarg.version;
 		&stdarg.help;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list