]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ldb:manpages: ldbedit: update url schemes
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Mon, 3 Mar 2025 23:54:11 +0000 (12:54 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 5 Mar 2025 02:37:39 +0000 (02:37 +0000)
no sqlite://, but ldaps:// ldb://, mdb://.

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/man/ldbedit.1.xml

index 627d20c423aae14a59ab4cb1c47dca3112cf3d19..95c3403ebb884a2ee104022e5b26f7ed529b5f64 100644 (file)
@@ -35,7 +35,7 @@
        <title>DESCRIPTION</title>
 
        <para>ldbedit is a utility that allows you to edit LDB entries (in 
-           tdb files, sqlite files or LDAP servers) using your preferred editor.
+           database files or LDAP servers) using your preferred editor.
            ldbedit generates an LDIF file based on your query, allows you to edit
            the LDIF, and then merges that LDIF back into the LDB backend.
        </para>
                <term>-H &lt;ldb-url&gt;</term>
                <listitem>
                    <para>
-                       LDB URL to connect to. For a tdb database,
-                       this will be of the form
-                       tdb://<replaceable>filename</replaceable>.
+                       LDB URL to connect to. For tdb and lmdb
+                       databases, this will be of the form
+                       tdb://<replaceable>filename</replaceable> or
+                       mdb://<replaceable>filename</replaceable>,
+                       respectively. The URL
+                       ldb://<replaceable>filename</replaceable> will
+                       try to detect the file format automatically.
                        For a LDAP connection over unix domain
                        sockets, this will be of the form
                        ldapi://<replaceable>socket</replaceable>. For
                        a (potentially remote) LDAP connection over
                        TCP, this will be of the form
-                       ldap://<replaceable>hostname</replaceable>. For
-                       an SQLite database, this will be of the form
-                       sqlite://<replaceable>filename</replaceable>.
+                       ldap://<replaceable>hostname</replaceable>or
+                       ldaps://<replaceable>hostname</replaceable>
+                       for a TLS protected connection.
                    </para>
                </listitem>
            </varlistentry>