fix ntlm directory path

This commit is contained in:
Ralf Becker 2016-07-15 13:54:39 +02:00
parent 52d3aa70cd
commit 29ccda8dff

View File

@ -17,7 +17,7 @@ RedirectMatch ^/.well-known/(caldav|carddav)$ /egroupware/groupdav.php/
# iOS 4.3+ calendar requires that to autodetect accounts # iOS 4.3+ calendar requires that to autodetect accounts
RedirectMatch ^(/principals/users/.*)$ /egroupware/groupdav.php$1 RedirectMatch ^(/principals/users/.*)$ /egroupware/groupdav.php$1
<Directory /usr/share/egroupware/phpgwapi/ntlm/> <Directory /usr/share/egroupware/api/ntlm/>
AuthName "NTLM eGroupWare Authentication" AuthName "NTLM eGroupWare Authentication"
NTLMAuth on NTLMAuth on
NegotiateAuth off NegotiateAuth off