[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1867-g340c690

Andrew Bartlett abartlet at samba.org
Fri May 29 00:56:58 GMT 2009


The branch, master has been updated
       via  340c690d1731fe638bd6afe1fe38c7a7977b9687 (commit)
      from  2e573a7cf4c2c4f75182d2266c998ff13edce5a5 (commit)

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


- Log -----------------------------------------------------------------
commit 340c690d1731fe638bd6afe1fe38c7a7977b9687
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Fri May 29 10:34:00 2009 +1000

    Fix incorrect RID for KRBTGT.  (was incorectly 514, should be 502)
    
    Requires recompile of source4/kdc/*
    
    Found by Andrew Kroeger <andrew at id10ts.net>
    
    Andrew Bartlett

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

Summary of changes:
 librpc/gen_ndr/security.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/librpc/gen_ndr/security.h b/librpc/gen_ndr/security.h
index 16635f0..9db2108 100644
--- a/librpc/gen_ndr/security.h
+++ b/librpc/gen_ndr/security.h
@@ -124,9 +124,9 @@
 #define DOMAIN_RID_LOGON	( 9 )
 #define DOMAIN_RID_ADMINISTRATOR	( 500 )
 #define DOMAIN_RID_GUEST	( 501 )
+#define DOMAIN_RID_KRBTGT	( 502 )
 #define DOMAIN_RID_ADMINS	( 512 )
 #define DOMAIN_RID_USERS	( 513 )
-#define DOMAIN_RID_KRBTGT	( 514 )
 #define DOMAIN_RID_DOMAIN_MEMBERS	( 515 )
 #define DOMAIN_RID_DCS	( 516 )
 #define DOMAIN_RID_CERT_ADMINS	( 517 )


-- 
Samba Shared Repository


More information about the samba-cvs mailing list