nixos/ldap: remove redundant configuration options
This commit is contained in:
@@ -28,8 +28,6 @@ let
|
||||
};
|
||||
|
||||
nslcdConfig = writeText "nslcd.conf" ''
|
||||
uid nslcd
|
||||
gid nslcd
|
||||
uri ${cfg.server}
|
||||
base ${cfg.base}
|
||||
timelimit ${toString cfg.timeLimit}
|
||||
|
||||
Reference in New Issue
Block a user