summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/util.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/dsdb/samdb/ldb_modules/util.h
parent7106dcf2b8525ec653f24e417d846f9d00172b6d (diff)
downloadsamba-68ebb09193e73cff4389ccb9e3b190b12ee0a84a.tar.gz
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/dsdb/samdb/ldb_modules/util.h')
-rw-r--r--source4/dsdb/samdb/ldb_modules/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/util.h b/source4/dsdb/samdb/ldb_modules/util.h
index c21304213a8..e40730557a3 100644
--- a/source4/dsdb/samdb/ldb_modules/util.h
+++ b/source4/dsdb/samdb/ldb_modules/util.h
@@ -25,10 +25,12 @@ struct dsdb_attribute;
struct dsdb_fsmo_extended_op;
struct security_descriptor;
struct dom_sid;
+struct netlogon_samlogon_response;
#include "librpc/gen_ndr/misc.h"
#include "dsdb/samdb/ldb_modules/util_proto.h"
#include "dsdb/common/util.h"
+#include "../libcli/netlogon/netlogon.h"
/* extend the dsdb_request_add_controls() flags for module
specific functions */