1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

lib:ldb: Document environment variables in ldb manpage

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
This commit is contained in:
Andreas Schneider 2024-09-25 09:22:08 +02:00 committed by Andreas Schneider
parent d6ff05cb57
commit 20a3a94e06

View 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>