summaryrefslogtreecommitdiffstats
path: root/source/include/rpc_netlogon.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-04-29 00:02:57 +0000
committerJeremy Allison <jra@samba.org>1998-04-29 00:02:57 +0000
commit17b94a7084621b3f0106dd4d3386f05cdfc56d19 (patch)
treeab8cb4164cc5b38e95af8408d8abf4ef2b325f41 /source/include/rpc_netlogon.h
parentd13678b079faf0da91b4ef582481fb987d377c8a (diff)
downloadsamba-17b94a7084621b3f0106dd4d3386f05cdfc56d19.tar.gz
samba-17b94a7084621b3f0106dd4d3386f05cdfc56d19.tar.xz
samba-17b94a7084621b3f0106dd4d3386f05cdfc56d19.zip
This is the checkin that adds the security=domain functionality.
WARNING - so far this has only been tested against a Samba PDC (still waiting for IS to add me the machine accounts :-). Still missing is the code in smbpasswd that will add a machine account password and change it on the domain controller, but this is not hard, and I will check it in soon. Jeremy.
Diffstat (limited to 'source/include/rpc_netlogon.h')
-rw-r--r--source/include/rpc_netlogon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/rpc_netlogon.h b/source/include/rpc_netlogon.h
index 1fc65968213..ca8231fc5bc 100644
--- a/source/include/rpc_netlogon.h
+++ b/source/include/rpc_netlogon.h
@@ -301,6 +301,9 @@ typedef struct id_info_1
} NET_ID_INFO_1;
+#define INTERACTIVE_LOGON_TYPE 1
+#define NET_LOGON_TYPE 2
+
/* NET_ID_INFO_CTR */
typedef struct net_id_info_ctr_info
{