From 0be57c747825737fa9d64411223e693b055b5f8f Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sat, 20 Feb 2010 22:07:12 +0100 Subject: 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 --- source4/dsdb/samdb/ldb_modules/partition.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/dsdb/samdb/ldb_modules/partition.h') 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; -- cgit