From 82a0aa0a8f84a98457c2ebc42ed12f0b31bed15d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Mon, 11 Apr 2011 19:43:48 +0000 Subject: [PATCH] Fixing a path in the trac ldap part. Too much slashes make things go wrong. svn path=/nixos/trunk/; revision=26786 --- modules/services/web-servers/apache-httpd/trac.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/web-servers/apache-httpd/trac.nix b/modules/services/web-servers/apache-httpd/trac.nix index 5f9a550c9bde..676aaa83178f 100644 --- a/modules/services/web-servers/apache-httpd/trac.nix +++ b/modules/services/web-servers/apache-httpd/trac.nix @@ -79,7 +79,7 @@ in PythonOption PYTHON_EGG_CACHE /var/trac/egg-cache ${if config.ldapAuthentication.enable then '' - + AuthType Basic AuthName "${config.ldapAuthentication.name}" AuthBasicProvider "ldap"