[SCM] Samba Shared Repository - branch v3-6-test updated

Karolin Seeger kseeger at samba.org
Sun Jan 8 12:42:16 MST 2012


The branch, v3-6-test has been updated
       via  0453544 Fix bug #8687 - net memberships usage info is wrong
      from  60cb113 s3-libsmb: Don't duplicate kerberos service tickets.

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


- Log -----------------------------------------------------------------
commit 0453544900ef2ebff7a3c677d4048ef530713b64
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Jan 5 13:54:29 2012 -0800

    Fix bug #8687 - net memberships usage info is wrong
    
    Typo in usage.
    
    Autobuild-User: Jeremy Allison <jra at samba.org>
    Autobuild-Date: Fri Jan  6 00:30:20 CET 2012 on sn-devel-104

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

Summary of changes:
 source3/utils/net_groupmap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_groupmap.c b/source3/utils/net_groupmap.c
index 943a996..1328874 100644
--- a/source3/utils/net_groupmap.c
+++ b/source3/utils/net_groupmap.c
@@ -823,7 +823,7 @@ static int net_groupmap_memberships(struct net_context *c, int argc, const char
 	     !string_to_sid(&member, argv[0]) ) {
 		d_printf("%s\n%s",
 			 _("Usage:"),
-			 _("net groupmap memberof sid\n"));
+			 _("net groupmap memberships sid\n"));
 		return -1;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list