summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-08-22 20:19:49 +0000
committerTim Potter <tpot@samba.org>2002-08-22 20:19:49 +0000
commit9b49d97b94a7e3842cdcbfa4ebfa961586857aea (patch)
tree8d9a1e5e2cd89000c9edb27119dee598d73a6b9f
parent2c7ad907eb5e1838b6430940cb5289489fad4bb0 (diff)
downloadsamba-9b49d97b94a7e3842cdcbfa4ebfa961586857aea.tar.gz
samba-9b49d97b94a7e3842cdcbfa4ebfa961586857aea.tar.xz
samba-9b49d97b94a7e3842cdcbfa4ebfa961586857aea.zip
Spelling fixes.
-rw-r--r--source/include/rpc_netlogon.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/source/include/rpc_netlogon.h b/source/include/rpc_netlogon.h
index 3c19c574f06..f4ad3113e57 100644
--- a/source/include/rpc_netlogon.h
+++ b/source/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. */