mirror of
https://github.com/samba-team/samba.git
synced 2025-11-13 08:23:49 +03:00
a search() function, instead each module now only implements the bytree method, and the expression based search is handled generically by the modules code. This makes for more consistency and less code duplication. fixed the tdb backend to handle BASE searches much more efficiently. They now always only lookup one record, regardless of the search expression