From 5b684bbfd761924360c08a32d657a33bc92b8f9c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 20 Sep 2009 18:58:18 -0700 Subject: s4-ldap: default edn type is 0 --- source4/dsdb/samdb/ldb_modules/rootdse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/dsdb/samdb/ldb_modules/rootdse.c b/source4/dsdb/samdb/ldb_modules/rootdse.c index 171f5d862b..a8e08ec3ad 100644 --- a/source4/dsdb/samdb/ldb_modules/rootdse.c +++ b/source4/dsdb/samdb/ldb_modules/rootdse.c @@ -67,7 +67,7 @@ static int expand_dn_in_message(struct ldb_module *module, struct ldb_message *m struct ldb_extended_dn_control *edn; TALLOC_CTX *tmp_ctx = talloc_new(req); struct ldb_context *ldb; - int edn_type = 1; + int edn_type = 0; ldb = ldb_module_get_ctx(module); -- cgit