summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/tests/test-modify.ldif
Commit message (Collapse)AuthorAgeFilesLines
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-051-23/+0
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* r7831: use cn=TEST as base of test DNs so we don't interfere with ↵Andrew Tridgell2007-10-101-1/+1
| | | | | | potentially real records (This used to be commit 2a426f654db668f4bfc899771dd11598e295b774)
* r4071: - ldap does allow adding additional attribute values with a modifyAndrew Tridgell2007-10-101-0/+3
| | | | | | | operation, but not if the value already exists - fixed syntax of test.ldif for ldap backend (This used to be commit 29225d0bec39038e42e68849bd9378898f062081)
* r574: - another attempt at const cleanliness in ldbAndrew Tridgell2007-10-101-0/+6
| | | | | | | | | - fixed a problem with searching for values containing an '=' sign - fixed the semantics of attempting an attribute deletion on an attribute that doesn't exist. - added some more ldb_msg_*() utilities (This used to be commit 62b4ec367d170330d837b0f1fe5cd13205a53b59)
* added the rest of the ldb_modify() code, which required a fairly largeAndrew Tridgell2004-04-031-0/+14
change in the ldb API. The API is now much closer to LDAP. (This used to be commit e9e85c464411c561c5073d262a2e3533fec175ca)