diff options
author | Günther Deschner <gd@samba.org> | 2008-08-27 00:30:04 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-08-29 13:57:53 +0200 |
commit | 93c10333c51da2361a283ea1017be1788452dd75 (patch) | |
tree | 2e70a2c0076be1db361c67c5279de3ffe0763f50 /source3/librpc | |
parent | 2e8b0006b181944eda8694d03d8cb36eb561341e (diff) | |
download | samba-93c10333c51da2361a283ea1017be1788452dd75.tar.gz samba-93c10333c51da2361a283ea1017be1788452dd75.tar.bz2 samba-93c10333c51da2361a283ea1017be1788452dd75.zip |
netapi: fix ENCRYPTED_PWLEN in IDL.
Guenther
(This used to be commit 2c6b3208d3bf3d44b58248e9068924657897c917)
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/libnetapi.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 1bb0aafe94..6050caba0e 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -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]; |