summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests/test-index.ldif
AgeCommit message (Collapse)AuthorFilesLines
2008-08-18Remove references to the unused @SUBCLASS feature.Andrew Bartlett1-4/+0
This was removed from ldb_tdb a while ago Andrew Bartlett (This used to be commit fcb87e77860b449ac3483ccec5e6b5ed087540f2)
2007-10-10r8373: New wildcard matching code.Simo Sorce1-1/+0
This code applies correct ldap standard wildcard matching code removes WILDCARD matching from tdb @ATTRIBUTES, that's now handled independently adds some more tests for wildcard matching fixes dn comparison code in ldb_match (This used to be commit 4eb5863042011988d85092d7dde3d809aa15bd59)
2007-10-10r6867: this code will change the way the @ATTRIBUTES object is handledSimo Sorce1-1/+2
this object properties are now used as multivalue attributes now all values inserted are checked against a "valid values table" eg: this form is now accepted: dn: @ATTRIBUTES uid: CASE_INSENSITIVE uid: WILDCARD this form is now rejected: dn: @ATTRIBUTES uid: CASE_INSENSITIVE WILDCARD please update your .ldb files if you make use of @ATTRIBUTES (sam.ldb heavily uses it) the code passes all make test tests for both tdb and ldap, it also passes the new test to check for wrong @ATTRIBUTES attribute values Simo. (This used to be commit 1295b891a26c2cb2c34540f90ded83390cf87da2)
2007-10-10r4477: expanded the test suite to increase code coverage a lotAndrew Tridgell1-4/+9
(This used to be commit 4edbd1b18ee38e584cf844b64c7fcb2645921837)
2007-10-10r453: added a comment about indexing on objectclassAndrew Tridgell1-1/+4
(its usually a bad idea) (This used to be commit f88760c3cc81324d3d339702b411603139af6224)
2007-10-10r444: - added the beginnings of a ldb test suite and benchmarkAndrew Tridgell1-2/+1
- updated the test slapd config to use bdb and indexing (This used to be commit 7ad0858c060ee212a33434dc4be75e7a0cd1a0e3)
2004-03-31make a more recent snapshot of ldb available to interestedAndrew Tridgell1-0/+4
people. Note that I decided to make it LGPL. ldb is not finished yet, but enough of it is there for people to get an idea of what it does, and quite a few simple tests work (This used to be commit dc6f41f9e777d37f883303ddef0d96840d80f78e)