diff --git a/modules/services/web-servers/apache-httpd/trac.nix b/modules/services/web-servers/apache-httpd/trac.nix index 5f9a550c9bd..676aaa83178 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"