]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib:ldb: Document environment variables in ldb manpage
authorAndreas Schneider <asn@samba.org>
Wed, 25 Sep 2024 07:22:08 +0000 (09:22 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 27 Sep 2024 09:06:43 +0000 (09:06 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15643

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Fri Sep 27 09:06:43 UTC 2024 on atb-devel-224

lib/ldb/man/ldb.3.xml

index 1dd8b2462d4bf4e3660861ddf6716dfb01a7f689..f8d3cb50446028c8581d87855453607d001e73d9 100644 (file)
@@ -243,6 +243,27 @@ ldb_search(3) manual pages.
        </itemizedlist>
 </refsect1>
 
+<refsect1>
+       <title>ENVIRONMENT VARIABLES</title>
+
+       <itemizedlist>
+               <listitem><para>
+                       <envar>LDB_URL</envar>
+                        - connect to the provided URL (cmdline tools only)
+               </para></listitem>
+
+               <listitem><para>
+                       <envar>LDB_MODULES_PATH</envar>
+                        - path where to load ldb modules from
+               </para></listitem>
+
+               <listitem><para>
+                       <envar>LDB_MODULES_ENABLE_DEEPBIND</envar>
+                        - enable RTLD_DEEPBIND when loading ldb modules
+               </para></listitem>
+       </itemizedlist>
+</refsect1>
+
 <refsect1>
        <title>Author</title>