mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r21366: Until we have a schema enforcing module (which will make it
impossible to add object without an objectclass), we need to
use the default ldb search filter (an empty one), to retrieve
all objects, and all record contents.
(This used to be commit fab315bb8c
)
This commit is contained in:
parent
9a9b197856
commit
bc9939430e
@ -311,7 +311,7 @@ qx.Proto.buildFsm = function(module)
|
||||
}
|
||||
|
||||
// Build the search expression
|
||||
var searchExpr = "(objectclass=*)";
|
||||
var searchExpr = "";
|
||||
|
||||
// Get our module descriptor
|
||||
var module = fsm.getObject("swat.main.module");
|
||||
@ -415,7 +415,7 @@ qx.Proto.buildFsm = function(module)
|
||||
baseDN = hierarchy.reverse().join(",");
|
||||
|
||||
// Build the search expression
|
||||
var searchExpr = "(objectclass=*)";
|
||||
var searchExpr = "";
|
||||
|
||||
// Get our module descriptor
|
||||
var module = fsm.getObject("swat.main.module");
|
||||
|
Loading…
Reference in New Issue
Block a user