From 5788d040734da6f2310611203e7e14f845219537 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 15 Jul 2016 13:54:39 +0200 Subject: [PATCH] fix ntlm directory path --- api/ntlm/egroupware.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/ntlm/egroupware.conf b/api/ntlm/egroupware.conf index 154a766a99..4eed5cd1cf 100644 --- a/api/ntlm/egroupware.conf +++ b/api/ntlm/egroupware.conf @@ -17,7 +17,7 @@ RedirectMatch ^/.well-known/(caldav|carddav)$ /egroupware/groupdav.php/ # iOS 4.3+ calendar requires that to autodetect accounts RedirectMatch ^(/principals/users/.*)$ /egroupware/groupdav.php$1 - + AuthName "NTLM eGroupWare Authentication" NTLMAuth on NegotiateAuth off