summaryrefslogtreecommitdiffstats
path: root/source4/cldap_server/cldap_server.h
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-11-05 20:39:56 +0100
committerAndrew Bartlett <abartlet@samba.org>2013-11-11 23:00:54 +0100
commit68ebb09193e73cff4389ccb9e3b190b12ee0a84a (patch)
treef4912c10f2fc03353530bc1cc4881d3f2b0d183e /source4/cldap_server/cldap_server.h
parent7106dcf2b8525ec653f24e417d846f9d00172b6d (diff)
downloadsamba-68ebb09193e73cff4389ccb9e3b190b12ee0a84a.tar.gz
samba-68ebb09193e73cff4389ccb9e3b190b12ee0a84a.tar.xz
samba-68ebb09193e73cff4389ccb9e3b190b12ee0a84a.zip
s4:dsdb: Move cldap netlogon functions into samdb/ldb_modules
As netlogon is handled by the samdb now, the corresponding functions should live there as well. Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Nadezhda Ivanova <nivanova@symas.com>
Diffstat (limited to 'source4/cldap_server/cldap_server.h')
-rw-r--r--source4/cldap_server/cldap_server.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/source4/cldap_server/cldap_server.h b/source4/cldap_server/cldap_server.h
index 995ceed3a22..07252846f6f 100644
--- a/source4/cldap_server/cldap_server.h
+++ b/source4/cldap_server/cldap_server.h
@@ -32,30 +32,4 @@ struct cldapd_server {
struct ldap_SearchRequest;
-/* used by netlogon DCE/RPC server */
-NTSTATUS fill_netlogon_samlogon_response(struct ldb_context *sam_ctx,
- TALLOC_CTX *mem_ctx,
- const char *domain,
- const char *netbios_domain,
- struct dom_sid *domain_sid,
- const char *domain_guid,
- const char *user,
- uint32_t acct_control,
- const char *src_address,
- uint32_t version,
- struct loadparm_context *lp_ctx,
- struct netlogon_samlogon_response *netlogon,
- bool fill_on_blank_request);
-
-NTSTATUS parse_netlogon_request(struct ldb_parse_tree *tree,
- struct loadparm_context *lp_ctx,
- TALLOC_CTX *mem_ctx,
- const char **domain,
- const char **host,
- const char **user,
- const char **domain_guid,
- struct dom_sid **domain_sid,
- int *acct_control,
- int *version);
-
#include "cldap_server/proto.h"