nixos/ldap: remove redundant configuration options

This commit is contained in:
Aaron Andersen 2020-01-31 09:55:33 -05:00
parent 109f179e44
commit 90c96ec31d

View file

@ -28,8 +28,6 @@ let
};
nslcdConfig = writeText "nslcd.conf" ''
uid nslcd
gid nslcd
uri ${cfg.server}
base ${cfg.base}
timelimit ${toString cfg.timeLimit}