]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Move inline comment about MSV1_0 flags to IDL.
authorGünther Deschner <gd@samba.org>
Thu, 27 Mar 2008 10:58:19 +0000 (11:58 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 27 Mar 2008 12:06:43 +0000 (13:06 +0100)
Guenther

source/include/rpc_netlogon.h
source/librpc/idl/netlogon.idl

index cd88ffef5950702728cc9048d4aa480929cce1e5..239fe0f7c695c5b66a42bffd3723628c30fef51a 100644 (file)
 
 #define LOGON_KRB5_FAIL_CLOCK_SKEW     0x02000000
 
-/* Flags for controlling the behaviour of a particular logon */
-
-/* sets NETLOGON_SERVER_TRUST_ACCOUNT user_flag */
-#if 0
-#define MSV1_0_ALLOW_SERVER_TRUST_ACCOUNT      0x00000020
-#define MSV1_0_ALLOW_WORKSTATION_TRUST_ACCOUNT 0x00000800
-
-/* updates the "logon time" on network logon */
-#define MSV1_0_UPDATE_LOGON_STATISTICS         0x00000004
-
-/* returns the user parameters in the driveletter */
-#define MSV1_0_RETURN_USER_PARAMETERS          0x00000008
-
-/* returns the profilepath in the driveletter and 
- * sets LOGON_PROFILE_PATH_RETURNED user_flag */
-#define MSV1_0_RETURN_PROFILE_PATH             0x00000200
-#endif
-
 #define INTERACTIVE_LOGON_TYPE 1
 #define NET_LOGON_TYPE 2
 
index 60be98945d9c9f1f64709c0ad07d662b8d5a427d..b1c5b12efc5c4902d6b6a2f34e7b56774f29294e 100644 (file)
@@ -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,