summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/partition.h
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-02-20 22:07:12 +0100
committerAndrew Bartlett <abartlet@samba.org>2010-02-25 08:17:06 +1100
commit0be57c747825737fa9d64411223e693b055b5f8f (patch)
tree6f66f80e2b26a0ea07e8da751c8b059c5999bdd7 /source4/dsdb/samdb/ldb_modules/partition.h
parentcd5b5428781128b11de6bb3270828cc83a45cc03 (diff)
downloadsamba-0be57c747825737fa9d64411223e693b055b5f8f.tar.gz
samba-0be57c747825737fa9d64411223e693b055b5f8f.tar.bz2
samba-0be57c747825737fa9d64411223e693b055b5f8f.zip
s4:partition DSDB module - Generate basic referrals
This is a first, very basic implementation of the referrals (more informations at MS-ADTS 3.1.1.4.6 and 3.1.1.3.4.1.12). To have the full referral support (and to always point to the right host) the full implementation using DNS will be needed (at the moment we always point to the main DC which is referenceable through the DNS domainname). Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/partition.h')
-rw-r--r--source4/dsdb/samdb/ldb_modules/partition.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/partition.h b/source4/dsdb/samdb/ldb_modules/partition.h
index 1d4e8e44fa..594634cc99 100644
--- a/source4/dsdb/samdb/ldb_modules/partition.h
+++ b/source4/dsdb/samdb/ldb_modules/partition.h
@@ -25,6 +25,7 @@
#include "dsdb/samdb/samdb.h"
#include "dsdb/samdb/ldb_modules/util.h"
#include "system/locale.h"
+#include "param/param.h"
struct dsdb_partition {
struct ldb_module *module;