forked from mirrors/nixpkgs
nixos/ldap: remove redundant configuration options
This commit is contained in:
parent
109f179e44
commit
90c96ec31d
|
@ -28,8 +28,6 @@ let
|
|||
};
|
||||
|
||||
nslcdConfig = writeText "nslcd.conf" ''
|
||||
uid nslcd
|
||||
gid nslcd
|
||||
uri ${cfg.server}
|
||||
base ${cfg.base}
|
||||
timelimit ${toString cfg.timeLimit}
|
||||
|
|
Loading…
Reference in a new issue