aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-01-08 21:35:43 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-01-08 21:35:43 +0100
commit7baabd01cc2b6ba7b2e99f95ec6df6cacafca048 (patch)
treecc4221df84194cd15a243906af650fd901487580 /modules/private/websites
parent87a8bffd2dd9fc0cab3ede58d39c6fe963969ff0 (diff)
downloadNix-7baabd01cc2b6ba7b2e99f95ec6df6cacafca048.tar.gz
Nix-7baabd01cc2b6ba7b2e99f95ec6df6cacafca048.tar.zst
Nix-7baabd01cc2b6ba7b2e99f95ec6df6cacafca048.zip
Fix LDAP admin page
Diffstat (limited to 'modules/private/websites')
-rw-r--r--modules/private/websites/tools/tools/ldap.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/private/websites/tools/tools/ldap.nix b/modules/private/websites/tools/tools/ldap.nix
index cc7044e..96bd02c 100644
--- a/modules/private/websites/tools/tools/ldap.nix
+++ b/modules/private/websites/tools/tools/ldap.nix
@@ -16,7 +16,8 @@ rec {
16 $config->custom->appearance['show_clear_password'] = true; 16 $config->custom->appearance['show_clear_password'] = true;
17 $config->custom->appearance['hide_template_warning'] = true; 17 $config->custom->appearance['hide_template_warning'] = true;
18 $config->custom->appearance['theme'] = "tango"; 18 $config->custom->appearance['theme'] = "tango";
19 $config->custom->appearance['minimalMode'] = true; 19 $config->custom->appearance['minimalMode'] = false;
20 $config->custom->appearance['tree'] = 'AJAXTree';
20 21
21 $servers = new Datastore(); 22 $servers = new Datastore();
22 23