mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #78960 from aanderse/nslcd
nixos/ldap: remove redundant configuration options
This commit is contained in:
commit
d4a951f31d
1 changed files with 1 additions and 2 deletions
|
@ -28,8 +28,6 @@ let
|
|||
};
|
||||
|
||||
nslcdConfig = writeText "nslcd.conf" ''
|
||||
uid nslcd
|
||||
gid nslcd
|
||||
uri ${cfg.server}
|
||||
base ${cfg.base}
|
||||
timelimit ${toString cfg.timeLimit}
|
||||
|
@ -282,6 +280,7 @@ in
|
|||
Group = "nslcd";
|
||||
RuntimeDirectory = [ "nslcd" ];
|
||||
PIDFile = "/run/nslcd/nslcd.pid";
|
||||
AmbientCapabilities = "CAP_SYS_RESOURCE";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue