summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/tests/test.ldif
Commit message (Collapse)AuthorAgeFilesLines
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-051-417/+0
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4-ldb: test the 'displayName=a,b' bugAndrew Tridgell2010-08-171-0/+6
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* r19273: - fixed error handling with the ldap backendAndrew Tridgell2007-10-101-5/+0
| | | | | | | | - propogate errors to the ldbadd command line tool - use the rdn_name module when testing the tdb backend to allow the same test code to correctly test the ldap and non-ldap backends (This used to be commit dd82c474a123d90329bda653a4cb73c93e087b15)
* r13742: Fix tests to work better with ldapSimo Sorce2007-10-101-1/+2
| | | | (This used to be commit 4de76fd09e74a4a98d01777dd11bd2cfb1a681aa)
* r10423: minor changes to the ldb test suite to allow it to work correctly withAndrew Tridgell2007-10-101-7/+0
| | | | | a real ldap backend (such as openldap) (This used to be commit d267f8c6231664ec86edb2ae21e8585b1b51f7a1)
* r7831: use cn=TEST as base of test DNs so we don't interfere with ↵Andrew Tridgell2007-10-101-51/+51
| | | | | | potentially real records (This used to be commit 2a426f654db668f4bfc899771dd11598e295b774)
* r4477: expanded the test suite to increase code coverage a lotAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 4edbd1b18ee38e584cf844b64c7fcb2645921837)
* r4071: - ldap does allow adding additional attribute values with a modifyAndrew Tridgell2007-10-101-2/+2
| | | | | | | operation, but not if the value already exists - fixed syntax of test.ldif for ldap backend (This used to be commit 29225d0bec39038e42e68849bd9378898f062081)
* r4039: added a test for an element > 128 bytes in length, to ensure we testAndrew Tridgell2007-10-101-0/+3
| | | | | for sign extending errors in element length (This used to be commit 07378fca6c12ffffcd3fe5e91f4d70ef838a45d5)
* r444: - added the beginnings of a ldb test suite and benchmarkAndrew Tridgell2007-10-101-0/+3
| | | | | - updated the test slapd config to use bdb and indexing (This used to be commit 7ad0858c060ee212a33434dc4be75e7a0cd1a0e3)
* make a more recent snapshot of ldb available to interestedAndrew Tridgell2004-03-311-0/+416
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)