drsblobs.idl: add package_PrimarySambaGPGBlob
authorStefan Metzmacher <metze@samba.org>
Tue, 12 Jan 2016 09:51:38 +0000 (10:51 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 22 Jul 2016 14:03:27 +0000 (16:03 +0200)
This will be used to store the cleartext utf16 password
GPG encrypted in the supplementalCredentials attribute.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
librpc/idl/drsblobs.idl

index 645ec388cba64e4fec065223c1191da091038868..09168a88bc32e05e118f48dd1b05f665021c40be 100644 (file)
@@ -445,6 +445,14 @@ interface drsblobs {
                [in] package_PrimaryWDigestBlob blob
                );
 
+       typedef [public] struct {
+               [flag(NDR_REMAINING)] DATA_BLOB gpg_blob;
+       } package_PrimarySambaGPGBlob;
+
+       void decode_PrimarySambaGPG(
+               [in] package_PrimarySambaGPGBlob blob
+               );
+
        typedef struct {
                [value(0)] uint32 size;
        } AuthInfoNone;