diff options
author | Günther Deschner <gd@samba.org> | 2009-10-28 16:42:44 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-10-29 10:49:39 +0100 |
commit | 184afaa04ca90e089be0071ffb024a884d9d347f (patch) | |
tree | aa571443e92d497691e253f9e14709e2a30f4f11 /source3/include | |
parent | e92e33238c79a917db7af9b6dfbf06ebaaba9fd8 (diff) | |
download | samba-184afaa04ca90e089be0071ffb024a884d9d347f.tar.gz samba-184afaa04ca90e089be0071ffb024a884d9d347f.tar.bz2 samba-184afaa04ca90e089be0071ffb024a884d9d347f.zip |
s3-secrets: use autogenerated code for TRUSTED_DOM_PASS struct parsing from a tdb.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/secrets.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/include/secrets.h b/source3/include/secrets.h index 3c8e2ccf81..f369379c70 100644 --- a/source3/include/secrets.h +++ b/source3/include/secrets.h @@ -61,18 +61,6 @@ struct machine_acct_pass { }; /* - * storage structure for trusted domain - */ -typedef struct trusted_dom_pass { - size_t uni_name_len; - smb_ucs2_t uni_name[32]; /* unicode domain name */ - size_t pass_len; - fstring pass; /* trust relationship's password */ - time_t mod_time; - DOM_SID domain_sid; /* remote domain's sid */ -} TRUSTED_DOM_PASS; - -/* * trusted domain entry/entries returned by secrets_get_trusted_domains * (used in _lsa_enum_trust_dom call) */ |