]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ldb: doxygen: don't mention sqlite
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Mon, 3 Mar 2025 23:54:38 +0000 (12:54 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 5 Mar 2025 02:37:39 +0000 (02:37 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
Reviewed-by: Martin Schwenke <mschwenke@ddn.com>
lib/ldb/mainpage.dox

index bbd8d9c5025cf43c4365395e73926c0da1b7d62f..b170c37f031e28c2333d3079b9139ba7c787452b 100644 (file)
@@ -22,7 +22,7 @@ The main features that separate ldb from other solutions are:
  - Safe multi-reader, multi-writer, using byte range locking
  - LDAP-like API
  - fast operation
- - choice of local tdb, local sqlite3 or remote LDAP backends
+ - choice of local tdb, lmdb or remote LDAP backends
  - integration with <a href="http://talloc.samba.org">talloc</a>
  - schema-less operation, for trivial setup
  - modules for extensions (such as schema support)