summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/netlogon.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-27 11:58:19 +0100
committerGünther Deschner <gd@samba.org>2008-03-27 13:06:43 +0100
commit6f7875abee6d3bbd08ca8d07ea8894d700300d6b (patch)
treea6e2c4d490cd29534e11c6fe75968eb2f2b694b4 /source3/librpc/idl/netlogon.idl
parentfe0d12f8c25625e51641a57290188f69dd454655 (diff)
downloadsamba-6f7875abee6d3bbd08ca8d07ea8894d700300d6b.tar.gz
samba-6f7875abee6d3bbd08ca8d07ea8894d700300d6b.tar.bz2
samba-6f7875abee6d3bbd08ca8d07ea8894d700300d6b.zip
Move inline comment about MSV1_0 flags to IDL.
Guenther (This used to be commit b22167fb608d3948f1473a5f3dee9e8d18e282e3)
Diffstat (limited to 'source3/librpc/idl/netlogon.idl')
-rw-r--r--source3/librpc/idl/netlogon.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl
index 60be98945d..b1c5b12efc 100644
--- a/source3/librpc/idl/netlogon.idl
+++ b/source3/librpc/idl/netlogon.idl
@@ -86,6 +86,17 @@ interface netlogon
[size_is(size/2),length_is(length/2)] uint16 *bindata;
} netr_AcctLockStr;
+ /* - MSV1_0_ALLOW_SERVER_TRUST_ACCOUNT
+ * sets the NETLOGON_SERVER_TRUST_ACCOUNT user_flag
+ * - MSV1_0_UPDATE_LOGON_STATISTICS
+ * sets the logon time on network logon
+ * - MSV1_0_RETURN_USER_PARAMETERS
+ * sets the user parameters in the driveletter
+ * - MSV1_0_RETURN_PROFILE_PATH
+ * returns the profilepath in the driveletter and
+ * sets LOGON_PROFILE_PATH_RETURNED user_flag
+ */
+
typedef [public,bitmap32bit] bitmap {
MSV1_0_CLEARTEXT_PASSWORD_ALLOWED = 0x00000002,
MSV1_0_UPDATE_LOGON_STATISTICS = 0x00000004,