1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

netapi: fix ENCRYPTED_PWLEN in IDL.

Guenther
(This used to be commit 2c6b3208d3bf3d44b58248e9068924657897c917)
This commit is contained in:
Günther Deschner 2008-08-27 00:30:04 +02:00
parent 2e8b0006b1
commit 93c10333c5

View File

@ -289,7 +289,7 @@ interface libnetapi
uint32 usri20_user_id;
} USER_INFO_20;
const int ENCRYPTED_PWLEN = 256;
const int ENCRYPTED_PWLEN = 16;
[public] typedef struct {
uint8 usri21_password[ENCRYPTED_PWLEN];