services.lldap.settings.force_ldap_user_pass_reset
Force reset of the admin password.
Set this setting to "always" to update the admin password when ldap_user_pass_file changes.
Setting to "always" also means any password update in the UI will be overwritten next time the service restarts.
The difference between true and "always" is the former is intended for a one time fix
while the latter is intended for a declarative workflow. In practice, the result
is the same: the password gets reset. The only practical difference is the former
outputs a warning message while the latter outputs an info message.
- Type
boolean or value "always" (singular enum)- Default
false- Declared
- <nixpkgs/nixos/modules/services/databases/lldap.nix>