From 4613aee934a0d6349f3778c97f1b45ad481c2158 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 12 Jan 2017 17:07:00 +0300 Subject: openldap: safer defaults "ber" can leak passwords. --- modules/apps/openldap/instance.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/apps') diff --git a/modules/apps/openldap/instance.nix b/modules/apps/openldap/instance.nix index 5ab5e0a..884c13b 100644 --- a/modules/apps/openldap/instance.nix +++ b/modules/apps/openldap/instance.nix @@ -43,7 +43,7 @@ in { "packets" "parse" "pcache" "shell" "stats" "stats2" "sync" "trace" ]); - default = [ "acl" "ber" "config" "conns" ]; + default = [ "acl" "config" ]; }; urlList = mkOption { -- cgit v1.2.3