mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
rap: add rap_NetOEMChangePassword() to IDL.
Guenther
This commit is contained in:
parent
0085a3bd2e
commit
732a132c4f
@ -764,6 +764,14 @@ interface rap
|
||||
[out] uint16 convert
|
||||
);
|
||||
|
||||
/* not documented in MS-RAP */
|
||||
[public] void rap_NetOEMChangePassword(
|
||||
[in] astring UserName,
|
||||
[in] uint8 crypt_password[516],
|
||||
[in] uint8 password_hash[16],
|
||||
[out] rap_status status,
|
||||
[out] uint16 convert
|
||||
);
|
||||
|
||||
/* Parameter description strings for RAP calls */
|
||||
/* Names are defined name for RAP call with _REQ */
|
||||
|
Loading…
Reference in New Issue
Block a user