summaryrefslogtreecommitdiff
path: root/librpc/idl/samr.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-12-04 18:12:45 +0100
committerGünther Deschner <gd@samba.org>2008-12-05 14:27:02 +0100
commitb0e813d28c6d98c333bf6f48a4ae3738b45af0f2 (patch)
tree21bea5fcde05498996cdd0eb181b4a58cc0d529d /librpc/idl/samr.idl
parent8210177ea4079dcdc6d87851ac2f629591075040 (diff)
downloadsamba-b0e813d28c6d98c333bf6f48a4ae3738b45af0f2.tar.gz
samr: make more explicit what SAMR_FIELD_PASSWORD{2} means.
Guenther
Diffstat (limited to 'librpc/idl/samr.idl')
-rw-r--r--librpc/idl/samr.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/samr.idl b/librpc/idl/samr.idl
index 072504c3d35..151e76eae17 100644
--- a/librpc/idl/samr.idl
+++ b/librpc/idl/samr.idl
@@ -915,8 +915,8 @@ import "misc.idl", "lsa.idl", "security.idl";
SAMR_FIELD_PARAMETERS = 0x00200000,
SAMR_FIELD_COUNTRY_CODE = 0x00400000,
SAMR_FIELD_CODE_PAGE = 0x00800000,
- SAMR_FIELD_PASSWORD = 0x01000000, /* either of these */
- SAMR_FIELD_PASSWORD2 = 0x02000000, /* two bits seems to work */
+ SAMR_FIELD_NT_PASSWORD_PRESENT = 0x01000000, /* either of these */
+ SAMR_FIELD_LM_PASSWORD_PRESENT = 0x02000000, /* two bits seems to work */
SAMR_FIELD_PRIVATE_DATA = 0x04000000,
SAMR_FIELD_EXPIRED_FLAG = 0x08000000,
SAMR_FIELD_SEC_DESC = 0x10000000,