File fix-config-path.patch of Package lldap-cli
--- "lldap-cli/lldap-cli" 2024-02-28 23:34:14.073734237 +0100
+++ "lldap-cli-patched/lldap-cli" 2024-02-28 23:34:55.513811728 +0100
@@ -3,7 +3,7 @@
# LLDAP CLI interface
# Sensible defaults
-lldapConfig="/etc/lldap.toml"
+lldapConfig="/etc/lldap/lldap_config.toml"
username="admin"
httpUrl="http://localhost:17170"
httpAuthEndpoint="/auth/simple/login"
@@ -842,7 +842,7 @@
Environment variables can be used to provide connection information.
LLDAP_CONFIG - Location of lldap's configuration file to read
- connection information from. E.g.: /etc/lldap.toml
+ connection information from. E.g.: /etc/lldap/lldap_config.toml
LLDAP_HTTPURL - URL of lldap's web interface.
Default value: http://localhost:17170
LLDAP_USERNAME - Username to authenticate to lldap.