diff options
author | Sumit Bose <sbose@redhat.com> | 2011-06-23 17:52:06 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-08-31 12:53:36 +0200 |
commit | 751e7d4d33414d60971cdc9546d4d58e1b42a794 (patch) | |
tree | d747b140f716bf30a23de96f0d67f26ef41f3481 /source3/include | |
parent | 4f6de78a12a2b9adf4532e7e54637bf29c5d1067 (diff) | |
download | samba-751e7d4d33414d60971cdc9546d4d58e1b42a794.tar.gz samba-751e7d4d33414d60971cdc9546d4d58e1b42a794.tar.bz2 samba-751e7d4d33414d60971cdc9546d4d58e1b42a794.zip |
s3-pdb_ipa: Add supprted encryption types to struct pdb_trusted_domain
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/passdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h index b42491d834..1d0f2f36be 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -268,6 +268,7 @@ struct pdb_trusted_domain { uint32_t trust_type; uint32_t trust_attributes; uint32_t *trust_posix_offset; + uint32_t *supported_enc_type; DATA_BLOB trust_forest_trust_info; }; |