mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 00:07:03 +02:00
added single sign-on support
This commit is contained in:
@ -14,3 +14,14 @@ RewriteRule ^login.php /index.php?route=login/login [L]
|
||||
RewriteRule ^logout.php /index.php?route=login/logout [L]
|
||||
RewriteRule ^google.php /index.php?route=login/google [QSA,L]
|
||||
|
||||
<IfModule auth_ntlm_winbind_module>
|
||||
<FilesMatch "sso\.php$">
|
||||
AuthName "piler NTLM authentication"
|
||||
NTLMAuth on
|
||||
NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp"
|
||||
NTLMBasicAuthoritative on
|
||||
AuthType NTLM
|
||||
require valid-user
|
||||
</FilesMatch>
|
||||
</IfModule>
|
||||
|
||||
|
Reference in New Issue
Block a user