services.lldap.settings.force_ldap_user_pass_reset
NixOS option
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
declared in: nixos/modules/services/databases/lldap.nixView source on NixOS/nixpkgs →false