The branch, master has been updated
       via  2e573a7cf4c2c4f75182d2266c998ff13edce5a5 (commit)
      from  9df85a93746d2de0c68c50d634a04e957e8b2c0d (commit)

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


- Log -----------------------------------------------------------------
commit 2e573a7cf4c2c4f75182d2266c998ff13edce5a5
Author: Andrew Bartlett <[email protected]>
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 <[email protected]>
    
    Andrew Bartlett

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

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


Changeset truncated at 500 lines:

diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl
index 9e47ff4..941883f 100644
--- a/librpc/idl/security.idl
+++ b/librpc/idl/security.idl
@@ -224,9 +224,9 @@ interface security
        const int DOMAIN_RID_LOGON                 = 9;
        const int DOMAIN_RID_ADMINISTRATOR         = 500;
        const int DOMAIN_RID_GUEST                 = 501;
+       const int DOMAIN_RID_KRBTGT                = 502;
        const int DOMAIN_RID_ADMINS                = 512;
        const int DOMAIN_RID_USERS                 = 513;
-       const int DOMAIN_RID_KRBTGT                = 514;
        const int DOMAIN_RID_DOMAIN_MEMBERS        = 515;
        const int DOMAIN_RID_DCS                   = 516;
        const int DOMAIN_RID_CERT_ADMINS           = 517;


-- 
Samba Shared Repository

Reply via email to