nixpkgs/nixos/modules/config
Florian Klink 8817bbefdb nixos/ldap: set proper User= and Group= for nslcd service
eb90d97009 broke nslcd, as /run/nslcd was
created/chowned as root user, while nslcd wants to do parts as nslcd
user.

This commit changes the nslcd to run with the proper uid/gid from the
start (through User= and Group=), so the RuntimeDirectory has proper
permissions, too.

In some cases, secrets are baked into nslcd's config file during startup
(so we don't want to provide it from the store).

This config file is normally hard-wired to /etc/nslcd.conf, but we don't
want to use PermissionsStartOnly anymore (#56265), and activation
scripts are ugly, so redirect /etc/nslcd.conf to /run/nslcd/nslcd.conf,
which now gets provisioned inside ExecStartPre=.

This change requires the files referenced to in
users.ldap.bind.passwordFile and users.ldap.daemon.rootpwmodpwFile to be
readable by the nslcd user (in the non-nslcd case, this was already the
case for users.ldap.bind.passwordFile)

fixes #57783
2019-03-28 13:08:47 +01:00
..
fonts nixos: add preferLocalBuild=true; on derivations for config files 2019-02-22 20:11:27 +01:00
gtk
krb5
xdg
appstream.nix
debug-info.nix
gnu.nix
i18n.nix
iproute2.nix
ldap.nix nixos/ldap: set proper User= and Group= for nslcd service 2019-03-28 13:08:47 +01:00
networking.nix
no-x-libs.nix nixos/no-x-libs.nix: override pinentry directly 2019-02-27 23:53:50 -05:00
nsswitch.nix nixos/nsswitch: add option to configure nssHosts 2019-02-22 23:00:24 +01:00
power-management.nix
pulseaudio.nix nixos/pulseaudio: disable flat-volumes by default 2019-01-27 19:51:26 +00:00
shells-environment.nix
swap.nix
sysctl.nix
system-environment.nix
system-path.nix
terminfo.nix
timezone.nix
unix-odbc-drivers.nix
update-users-groups.pl
users-groups.nix
vpnc.nix
zram.nix zram: revert "change default algorithm to zstd" (#56856) 2019-03-07 02:11:20 +02:00