summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r--source4/lib/ldb/include/ldb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h
index 087790ac68..9139e6d2f5 100644
--- a/source4/lib/ldb/include/ldb.h
+++ b/source4/lib/ldb/include/ldb.h
@@ -589,7 +589,7 @@ struct ldb_context *ldb_init(void *mem_ctx);
- tdb://path
- ldapi://path
- ldap://host
- - sqlite3://path
+ - sqlite://path
\param ldb the context associated with the database (from ldb_init())
\param url the URL of the database to connect to, as noted above