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:55:43 +0000 (10:55 +1000)
Requires recompile of source4/kdc/*

Found by Andrew Kroeger <andrew@id10ts.net>

Andrew Bartlett

librpc/gen_ndr/security.h

index 16635f0bb87997d8ac6cd2035fa9191888e49293..9db2108f82a6259b809295ab9cc9a96564e166a4 100644 (file)
 #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 )