diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-10-02 11:20:10 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-10-02 12:20:58 +0200 |
commit | 1e24fd3ba20ace6e8f7e974dd7b7fc1738ade8be (patch) | |
tree | d44a773daff2d50f672d51c34872faa0862f17bc /source4 | |
parent | 81b3358f2a61c38ddd9d10accea8a4fe432f3085 (diff) | |
download | samba-1e24fd3ba20ace6e8f7e974dd7b7fc1738ade8be.tar.gz samba-1e24fd3ba20ace6e8f7e974dd7b7fc1738ade8be.tar.bz2 samba-1e24fd3ba20ace6e8f7e974dd7b7fc1738ade8be.zip |
s4:rootdse: for now don't pass down controls for the rootdse search
metze
Diffstat (limited to 'source4')
-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 0d14a54464..b38e182cf7 100644 --- a/source4/dsdb/samdb/ldb_modules/rootdse.c +++ b/source4/dsdb/samdb/ldb_modules/rootdse.c @@ -318,7 +318,7 @@ static int rootdse_search(struct ldb_module *module, struct ldb_request *req) LDB_SCOPE_BASE, NULL, req->op.search.attrs, - req->controls, + NULL,/* for now skip the controls from the client */ ac, rootdse_callback, req); if (ret != LDB_SUCCESS) { |