From c03f3b5498f3f99d5c41b8c3a456005c0d7829f5 Mon Sep 17 00:00:00 2001 From: Osi Bluber <87434959+OsiPog@users.noreply.github.com> Date: Wed, 7 Jan 2026 13:34:30 +0100 Subject: [PATCH] docs(bootstrap): add `password_file` for user configs --- example_configs/bootstrap/bootstrap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/example_configs/bootstrap/bootstrap.md b/example_configs/bootstrap/bootstrap.md index 8ee9eed..3bf23ce 100644 --- a/example_configs/bootstrap/bootstrap.md +++ b/example_configs/bootstrap/bootstrap.md @@ -72,6 +72,7 @@ Fields description: * `id`: it's just username (**MANDATORY**) * `email`: self-explanatory (**MANDATORY**) * `password`: would be used to set the password using `lldap_set_password` utility +* `password_file`: path to a file containing the password otherwise same as above * `displayName`: self-explanatory * `firstName`: self-explanatory * `lastName`: self-explanatory