diff options
author | Tim Potter <tpot@samba.org> | 2002-08-22 20:19:49 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-08-22 20:19:49 +0000 |
commit | f99ed72f8bc46725094de27b961a0c3af84f1e12 (patch) | |
tree | 6cc0c03329f9ad82de53510f6914af30e00ef64b /source3/include | |
parent | 1c016844517e221ea5167b7d3898c7b81e0fb792 (diff) | |
download | samba-f99ed72f8bc46725094de27b961a0c3af84f1e12.tar.gz samba-f99ed72f8bc46725094de27b961a0c3af84f1e12.tar.bz2 samba-f99ed72f8bc46725094de27b961a0c3af84f1e12.zip |
Spelling fixes.
(This used to be commit 9b49d97b94a7e3842cdcbfa4ebfa961586857aea)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_netlogon.h | 12 |
1 files changed, 7 insertions, 5 deletions
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. */ |