diff options
author | Günther Deschner <gd@samba.org> | 2008-11-05 02:04:39 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-11-10 21:46:27 +0100 |
commit | 47d0c89302af6d84cb35bd1b735dd715105d9630 (patch) | |
tree | 6490ce42b724e017dfbc386861de2e7d96f26060 /librpc | |
parent | 41776e1091d0b0bb71b94737a63db65a1fc53e8d (diff) | |
download | samba-47d0c89302af6d84cb35bd1b735dd715105d9630.tar.gz samba-47d0c89302af6d84cb35bd1b735dd715105d9630.tar.bz2 samba-47d0c89302af6d84cb35bd1b735dd715105d9630.zip |
s4-samr: merge samr_ValidatePassword from s3 idl.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/samr.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/samr.idl b/librpc/idl/samr.idl index 1c60d361de..f5d3cdac7a 100644 --- a/librpc/idl/samr.idl +++ b/librpc/idl/samr.idl @@ -1542,7 +1542,7 @@ import "misc.idl", "lsa.idl", "security.idl"; NTSTATUS samr_ValidatePassword( [in] samr_ValidatePasswordLevel level, - [in,switch_is(level)] samr_ValidatePasswordReq req, - [out,unique,switch_is(level)] samr_ValidatePasswordRep *rep + [in,switch_is(level)] samr_ValidatePasswordReq *req, + [out,ref,switch_is(level)] samr_ValidatePasswordRep **rep ); } |