File 0014-man-Remove-references-to-LMDB-backend.patch of Package krb5.38594
From 6a155e3fb9924b3cb5f03ac3c08c7c30d918e2cd Mon Sep 17 00:00:00 2001
From: Samuel Cabrero <scabrero@suse.de>
Date: Mon, 5 May 2025 10:15:07 +0200
Subject: [PATCH] man: Remove references to LMDB backend
Signed-off-by: Samuel Cabrero <scabrero@suse.de>
---
src/man/kdc.conf.man | 22 ++--------------------
1 file changed, 2 insertions(+), 20 deletions(-)
diff --git a/src/man/kdc.conf.man b/src/man/kdc.conf.man
index 1da80ac13d..a5cb93a446 100644
--- a/src/man/kdc.conf.man
+++ b/src/man/kdc.conf.man
@@ -558,8 +558,8 @@ the filesystem. The default is \fB@LOCALSTATEDIR@\fP\fB/krb5kdc\fP\fB/principal
.TP
\fBdb_library\fP
This tag indicates the name of the loadable database module. The
-value should be \fBdb2\fP for the DB2 module, \fBklmdb\fP for the LMDB
-module, or \fBkldap\fP for the LDAP module.
+value should be \fBdb2\fP for the DB2 module or \fBkldap\fP for the
+LDAP module.
.TP
\fBdisable_last_success\fP
If set to \fBtrue\fP, suppresses KDC updates to the "Last successful
@@ -634,24 +634,6 @@ passwords (created by \fBkdb5_ldap_util stashsrvpw\fP) for the
\fBldap_kdc_sasl_authcid\fP or \fBldap_kadmind_sasl_authcid\fP names
for SASL authentication. This file must be kept secure.
.TP
-\fBmapsize\fP
-This LMDB\-specific tag indicates the maximum size of the two
-database environments in megabytes. The default value is 128.
-Increase this value to address "Environment mapsize limit reached"
-errors. New in release 1.17.
-.TP
-\fBmax_readers\fP
-This LMDB\-specific tag indicates the maximum number of concurrent
-reading processes for the databases. The default value is 128.
-New in release 1.17.
-.TP
-\fBnosync\fP
-This LMDB\-specific tag can be set to improve the throughput of
-kadmind and other administrative agents, at the expense of
-durability (recent database changes may not survive a power outage
-or other sudden reboot). It does not affect the throughput of the
-KDC. The default value is false. New in release 1.17.
-.TP
\fBunlockiter\fP
If set to \fBtrue\fP, this DB2\-specific tag causes iteration
operations to release the database lock while processing each
--
2.49.0