1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-24 15:33:20 +03:00

s3-secrets: use autogenerated code for TRUSTED_DOM_PASS struct parsing from a tdb.

Guenther
This commit is contained in:
Günther Deschner
2009-10-28 16:42:44 +01:00
parent e92e33238c
commit 184afaa04c
3 changed files with 38 additions and 233 deletions

View File

@@ -60,18 +60,6 @@ struct machine_acct_pass {
time_t mod_time;
};
/*
* 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)