+2
nixos/doc/manual/release-notes/rl-2305.section.md
+2
nixos/doc/manual/release-notes/rl-2305.section.md
···- [woodpecker-server](https://woodpecker-ci.org/), a simple CI engine with great extensibility. Available as [services.woodpecker-server](#opt-services.woodpecker-server.enable).+- [lldap](https://github.com/lldap/lldap), a lightweight authentication server that provides an opinionated, simplified LDAP interface for authentication. Available as [services.lldap](#opt-services.lldap.enable).- [ReGreet](https://github.com/rharish101/ReGreet), a clean and customizable greeter for greetd. Available as [programs.regreet](#opt-programs.regreet.enable).
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
···
+121
nixos/modules/services/databases/lldap.nix
+121
nixos/modules/services/databases/lldap.nix
···+Any config option name prefixed with `LLDAP_` takes priority over the one in the configuration file.+Refer to <https://github.com/lldap/lldap/blob/main/lldap_config.docker_template.toml> for supported values.+description = mdDoc "The port on which to have the HTTP server, for user login and administration.";+ExecStart = "${lib.getExe cfg.package} run --config-file ${format.generate "lldap_config.toml" cfg.settings}";