fix ntlm directory path

This commit is contained in:
Ralf Becker 2016-07-15 13:54:39 +02:00
parent 8bb1c26705
commit 5788d04073

View File

@ -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
<Directory /usr/share/egroupware/phpgwapi/ntlm/>
<Directory /usr/share/egroupware/api/ntlm/>
AuthName "NTLM eGroupWare Authentication"
NTLMAuth on
NegotiateAuth off