From f99ed72f8bc46725094de27b961a0c3af84f1e12 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 22 Aug 2002 20:19:49 +0000 Subject: Spelling fixes. (This used to be commit 9b49d97b94a7e3842cdcbfa4ebfa961586857aea) --- source3/include/rpc_netlogon.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'source3/include') diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h index 3c19c574f0..f4ad3113e5 100644 --- a/source3/include/rpc_netlogon.h +++ b/source3/include/rpc_netlogon.h @@ -51,16 +51,18 @@ #define SAM_DELTA_GROUP_MEM 0x08 /* Group membership */ #define SAM_DELTA_ALIAS_INFO 0x09 /* Local groups */ #define SAM_DELTA_ALIAS_MEM 0x0C /* Local group membership */ -#define SAM_DELTA_DOM_INFO 0x0D /* Privilige stuff */ -#define SAM_DELTA_UNK0E_INFO 0x0e /* Privilige stuff */ -#define SAM_DELTA_PRIVS_INFO 0x10 /* Privilige stuff */ -#define SAM_DELTA_UNK12_INFO 0x12 /* Privilige stuff */ +#define SAM_DELTA_DOM_INFO 0x0D /* Privilege stuff */ +#define SAM_DELTA_UNK0E_INFO 0x0e /* Privilege stuff */ +#define SAM_DELTA_PRIVS_INFO 0x10 /* Privilege stuff */ +#define SAM_DELTA_UNK12_INFO 0x12 /* Privilege stuff */ #define SAM_DELTA_SAM_STAMP 0x16 /* Some kind of journal record? */ /* SAM database types */ #define SAM_DATABASE_DOMAIN 0x00 /* Domain users and groups */ +#define SAM_DATABASE_BUILTIN 0x01 /* BUILTIN users and g/* SAM database types */ +#define SAM_DATABASE_DOMAIN 0x00 /* Domain users and groups */ #define SAM_DATABASE_BUILTIN 0x01 /* BUILTIN users and groups */ -#define SAM_DATABASE_PRIVS 0x02 /* Priviliges? */ +#define SAM_DATABASE_PRIVS 0x02 /* Privileges */ #if 0 /* I think this is correct - it's what gets parsed on the wire. JRA. */ -- cgit