summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-11-09 07:52:32 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:44:50 +0100
commit82ae4d5543343debf5fbca320aa22ad931178c18 (patch)
tree5593277dffb57457cc6c8a69b2e56ca5959b2615 /source4/lib/ldb
parentb5f7841a51306385422005366457282a7e0a81e9 (diff)
downloadsamba-82ae4d5543343debf5fbca320aa22ad931178c18.tar.gz
samba-82ae4d5543343debf5fbca320aa22ad931178c18.tar.bz2
samba-82ae4d5543343debf5fbca320aa22ad931178c18.zip
r25908: add some wikipedia links about LDAP and LDIF
metze (This used to be commit e1eea9278876bb727055a2b1357504b6ceb26765)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r--source4/lib/ldb/web/index.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/source4/lib/ldb/web/index.html b/source4/lib/ldb/web/index.html
index 2715a0d8bd..76dbbdeafb 100644
--- a/source4/lib/ldb/web/index.html
+++ b/source4/lib/ldb/web/index.html
@@ -7,8 +7,9 @@
<h1>ldb</h1>
-ldb is a LDAP-like embedded database. It is not at all LDAP standards
-compliant, so if you want a standards compliant database then please
+ldb is a LDAP-like embedded database. It is not at all
+<a href="http://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol">LDAP</a>
+standards compliant, so if you want a standards compliant database then please
see the excellent <a href="http://www.openldap.org/">OpenLDAP</a>
project.<p>
@@ -25,15 +26,15 @@ The main features that separate ldb from other solutions are:
<ul>
<li>Safe multi-reader, multi-writer, using byte range locking
-<li>LDAP-like API
+<li><a href="http://en.wikipedia.org/wiki/LDAP_Application_Program_Interface">LDAP-like API</a>
<li>fast operation
<li>choice of local tdb or remote LDAP backends
<li>integration with <a href="http://talloc.samba.org">talloc</a>
<li>schema-less operation, for trivial setup
<li>modules for extensions (such as schema support)
<li>easy setup of indexes and attribute properties
-<li>ldbedit tool for database editing (reminiscent of 'vipw')
-<li>ldif for import/export
+<li><a href="http://en.wikipedia.org/wiki/LDAP_Data_Interchange_Format">LDIF</a> for import/export
+<li>ldbedit tool for database (via LDIF) editing (reminiscent of 'vipw')
</ul>
<h2>Documentation</h2>