Fix incorrect RID for KRBTGT. (was incorectly 514, should be 502)
authorAndrew Bartlett <abartlet@samba.org>
Fri, 29 May 2009 00:34:00 +0000 (10:34 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 29 May 2009 00:40:22 +0000 (10:40 +1000)
Requires recompile of source4/kdc/*

Found by Andrew Kroeger <andrew@id10ts.net>

Andrew Bartlett

librpc/idl/security.idl

index 9e47ff45fce49f516e1b97f8aefbda4c4f562227..941883f64465a8f244529cce9cb21c92eb4a246d 100644 (file)
@@ -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;