mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/ldap: remove redundant configuration options
This commit is contained in:
parent
109f179e44
commit
90c96ec31d
1 changed files with 0 additions and 2 deletions
|
@ -28,8 +28,6 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
nslcdConfig = writeText "nslcd.conf" ''
|
nslcdConfig = writeText "nslcd.conf" ''
|
||||||
uid nslcd
|
|
||||||
gid nslcd
|
|
||||||
uri ${cfg.server}
|
uri ${cfg.server}
|
||||||
base ${cfg.base}
|
base ${cfg.base}
|
||||||
timelimit ${toString cfg.timeLimit}
|
timelimit ${toString cfg.timeLimit}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue