mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 14:56:53 +02:00
27 lines
988 B
Diff
27 lines
988 B
Diff
--- a/lldap_config.docker_template.toml
|
|
+++ b/lldap_config.docker_template.toml
|
|
@@ -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,13 +106,13 @@
|
|
## 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
|
|
## characters long.
|
|
## Env variable: LLDAP_KEY_SEED
|
|
-key_seed = "RanD0m STR1ng"
|
|
+#key_seed = "RanD0m STR1ng"
|
|
|
|
## Ignored attributes.
|
|
## Some services will request attributes that are not present in LLDAP. When it
|