1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +03:00

r13522: Add SAMR_GET_USRDOM_PWINFO client-side.

Guenther
This commit is contained in:
Günther Deschner
2006-02-16 13:18:17 +00:00
committed by Gerald (Jerry) Carter
parent 6ec0e9124a
commit 290a581b75
4 changed files with 134 additions and 47 deletions

View File

@@ -468,9 +468,9 @@ SAMR_R_GET_USRDOM_PWINFO - a "set user info" occurs just after this
/* SAMR_R_GET_USRDOM_PWINFO */
typedef struct r_samr_usrdom_pwinfo_info
{
uint16 unknown_0; /* 0000 */
uint16 min_pwd_length;
uint16 unknown_1; /* 0x0016 or 0x0015 */
uint32 unknown_2; /* 0x0000 0000 */
uint32 password_properties;
NTSTATUS status;
} SAMR_R_GET_USRDOM_PWINFO;