]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Document that we were mixing up opcodes for SAMR_SET_USERINFO/2 all the time.
authorGünther Deschner <gd@samba.org>
Tue, 12 Feb 2008 13:45:49 +0000 (14:45 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 12 Feb 2008 13:49:34 +0000 (14:49 +0100)
Guenther

source/include/rpc_samr.h

index 6fa491713a8176e79b19e2179374c176523e7b3f..214c99cfa6f226f8902e7777960827f0415ea1a9 100644 (file)
@@ -116,7 +116,7 @@ SamrTestPrivateFunctionsUser
 #define SAMR_OPEN_USER         0x22
 #define SAMR_DELETE_DOM_USER   0x23
 #define SAMR_QUERY_USERINFO    0x24
-#define SAMR_SET_USERINFO2     0x25
+#define SAMR_SET_USERINFO2     0x25 /* this is SAMR_SET_USERINFO! */
 #define SAMR_QUERY_USERGROUPS  0x27
 
 #define SAMR_QUERY_DISPINFO    0x28
@@ -140,7 +140,7 @@ SamrTestPrivateFunctionsUser
 #define SAMR_CHGPASSWD_USER    0x37
 #define SAMR_GET_DOM_PWINFO    0x38
 #define SAMR_CONNECT           0x39
-#define SAMR_SET_USERINFO      0x3A
+#define SAMR_SET_USERINFO      0x3A /* this is SAMR_SET_USERINFO2! */
 #define SAMR_CONNECT4          0x3E
 #define SAMR_CHGPASSWD_USER3   0x3F
 #define SAMR_CONNECT5          0x40