summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorChristof Schmitt <christof.schmitt@us.ibm.com>2013-02-21 12:31:41 -0700
committerAndrew Bartlett <abartlet@samba.org>2013-03-09 06:30:22 +0100
commitad1fbe29fbeea48381c7bedd78f7a45d07ad14d5 (patch)
treeb4a9fa08285d908857c8807260627e68f4995bd0 /source3/winbindd/winbindd_proto.h
parentbaf9b78d47079b81cf33682ee481cf6e30ed89e9 (diff)
downloadsamba-ad1fbe29fbeea48381c7bedd78f7a45d07ad14d5.tar.gz
samba-ad1fbe29fbeea48381c7bedd78f7a45d07ad14d5.tar.bz2
samba-ad1fbe29fbeea48381c7bedd78f7a45d07ad14d5.zip
s3-winbindd: Move connection to AD server from idmap_ad
Having this in a common place allows reuse by other idmap modules. Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 8bd7a392f2..b07f30331e 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -893,14 +893,6 @@ NTSTATUS open_internal_samr_conn(TALLOC_CTX *mem_ctx,
struct policy_handle *samr_domain_hnd);
/* The following definitions come from winbindd/winbindd_ads.c */
-#define WINBIND_CCACHE_NAME "MEMORY:winbind_ccache"
-void ads_cached_connection_reuse(ADS_STRUCT **ads);
-ADS_STATUS ads_cached_connection_connect(ADS_STRUCT **adsp,
- const char *dom_name_alt,
- const char *dom_name,
- const char *ldap_server,
- char *password,
- char *realm,
- time_t renewable);
+ADS_STATUS ads_idmap_cached_connection(ADS_STRUCT **adsp, const char *dom_name);
#endif /* _WINBINDD_PROTO_H_ */