diff options
author | Sumit Bose <sbose@redhat.com> | 2011-09-01 18:18:31 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-09-12 15:52:17 +0200 |
commit | 456aee80f584e136a4e1decb6c53fbe019ead6b8 (patch) | |
tree | 8ee7a9856a93369cbb3473af6da7b8bd7836133d /source3/torture/torture.c | |
parent | 368ad28a6e95911739f6ad1485b63e87cf2adcc6 (diff) | |
download | samba-456aee80f584e136a4e1decb6c53fbe019ead6b8.tar.gz samba-456aee80f584e136a4e1decb6c53fbe019ead6b8.tar.bz2 samba-456aee80f584e136a4e1decb6c53fbe019ead6b8.zip |
s3-lsa: Add conversion for auth info structs
struct lsa_TrustDomainInfoAuthInfo and struct
trustAuthInOutBlob can store the same information for different usage. The added
routines can convert one struct into the other.
Signed-off-by: Günther Deschner <gd@samba.org>
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Mon Sep 12 15:52:17 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/torture/torture.c')
-rw-r--r-- | source3/torture/torture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 886c58eafa..0cba5c7172 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -8869,6 +8869,7 @@ static struct { { "LOCAL-DBTRANS", run_local_dbtrans, 0}, { "LOCAL-TEVENT-SELECT", run_local_tevent_select, 0}, { "LOCAL-CONVERT-STRING", run_local_convert_string, 0}, + { "LOCAL-CONV-AUTH-INFO", run_local_conv_auth_info, 0}, {NULL, NULL, 0}}; |