summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-22 16:50:02 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:08 +0200
commit235f1485901774bfbeb0f052bc4e1397f4ef0b88 (patch)
treec3998c355aabce56cb61ec8ce91ca017f6c44279 /source3/include
parenta22a53ea44c18378481d3a432fb0e667117da5bd (diff)
downloadsamba-235f1485901774bfbeb0f052bc4e1397f4ef0b88.tar.gz
samba-235f1485901774bfbeb0f052bc4e1397f4ef0b88.tar.bz2
samba-235f1485901774bfbeb0f052bc4e1397f4ef0b88.zip
s3-passdb: use passdb headers where needed.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/secrets.h1
-rw-r--r--source3/include/smbldap.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/secrets.h b/source3/include/secrets.h
index 7120655126..01e635c580 100644
--- a/source3/include/secrets.h
+++ b/source3/include/secrets.h
@@ -115,6 +115,7 @@ char *secrets_fetch_machine_password(const char *domain,
bool trusted_domain_password_delete(const char *domain);
bool secrets_store_ldap_pw(const char* dn, char* pw);
bool fetch_ldap_pw(char **dn, char** pw);
+struct trustdom_info;
NTSTATUS secrets_trusted_domains(TALLOC_CTX *mem_ctx, uint32 *num_domains,
struct trustdom_info ***domains);
bool secrets_store_afs_keyfile(const char *cell, const struct afs_keyfile *keyfile);
diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h
index 7872ce4d4b..5be9a92bf6 100644
--- a/source3/include/smbldap.h
+++ b/source3/include/smbldap.h
@@ -213,6 +213,7 @@ struct ldapsam_privates {
};
/* Functions shared between pdb_ldap.c and pdb_nds.c. */
+struct pdb_methods;
NTSTATUS pdb_init_ldapsam_compat( struct pdb_methods **pdb_method, const char *location);
void private_data_free_fn(void **result);
int ldapsam_search_suffix_by_name(struct ldapsam_privates *ldap_state,