[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Thu Feb 4 07:20:44 MST 2010


The branch, master has been updated
       via  0c93aa3... s3:passdb: fix a type Domain Users has RID -513
      from  c2e4746... s3:libsmb: don't reuse the callers stype variable in cli_NetServerEnum()

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


- Log -----------------------------------------------------------------
commit 0c93aa3cd5dde4697cd8d2dd59229e5a77fe688b
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu Feb 4 15:19:50 2010 +0100

    s3:passdb: fix a type Domain Users has RID -513
    
    metze

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

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


Changeset truncated at 500 lines:

diff --git a/source3/passdb/pdb_get_set.c b/source3/passdb/pdb_get_set.c
index d7fc02f..555b207 100644
--- a/source3/passdb/pdb_get_set.c
+++ b/source3/passdb/pdb_get_set.c
@@ -236,7 +236,7 @@ const DOM_SID *pdb_get_group_sid(struct samu *sampass)
 			pwd->pw_name, sid_type_lookup(type)));
 	}
 
-	/* Just set it to the 'Domain Users' RID of 512 which will 
+	/* Just set it to the 'Domain Users' RID of 513 which will
 	   always resolve to a name */
 
 	sid_compose(gsid, get_global_sam_sid(), DOMAIN_GROUP_RID_USERS);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list