nixos/ldap: remove redundant configuration options
This commit is contained in:
parent
109f179e44
commit
90c96ec31d
@ -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…
x
Reference in New Issue
Block a user