diff -Naur lldap-0.6.0.orig/lldap_config.docker_template.toml lldap-0.6.0/lldap_config.docker_template.toml --- lldap-0.6.0.orig/lldap_config.docker_template.toml 2024-11-10 13:36:11.180439141 +0100 +++ lldap-0.6.0/lldap_config.docker_template.toml 2024-11-10 13:37:15.370802708 +0100 @@ -96,7 +96,7 @@ ## - "mysql://mysql-user:password@mysql-server/my-database" ## ## This can be overridden with the LLDAP_DATABASE_URL env variable. -database_url = "sqlite:///data/users.db?mode=rwc" +database_url = "sqlite:///var/lib/lldap/data/users.db?mode=rwc" ## Private key file. ## Not recommended, use key_seed instead. @@ -106,7 +106,7 @@ ## each password. ## Randomly generated on first run if it doesn't exist. ## Env variable: LLDAP_KEY_FILE -#key_file = "/data/private_key" +key_file = "/var/lib/lldap/data/private_key" ## Seed to generate the server private key, see key_file above. ## This can be any random string, the recommendation is that it's at least 12