mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
fix ntlm directory path
This commit is contained in:
parent
52d3aa70cd
commit
29ccda8dff
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user