diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-20 18:58:18 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-21 15:26:32 -0700 |
commit | 5b684bbfd761924360c08a32d657a33bc92b8f9c (patch) | |
tree | 494f364897391c007166e7b22e531bead96b3ca7 /source4/dsdb | |
parent | 2fda203230b2bdeee61c23def0f4ac1eba807596 (diff) | |
download | samba-5b684bbfd761924360c08a32d657a33bc92b8f9c.tar.gz samba-5b684bbfd761924360c08a32d657a33bc92b8f9c.tar.bz2 samba-5b684bbfd761924360c08a32d657a33bc92b8f9c.zip |
s4-ldap: default edn type is 0
Diffstat (limited to 'source4/dsdb')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/rootdse.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |