Make webserver auth match with use_sso setting in the application config

This commit is contained in:
2014-11-24 01:07:12 +00:00
parent 28b6466bb5
commit 9c3cff7573

View File

@@ -15,7 +15,7 @@
Order Allow,Deny
Allow from All
<%- if @auth_type == 'authldap' -%>
<%- if @auth_type == 'authldap' && @use_sso -%>
AuthType Basic
AuthName "LDAP Auth"
AuthBasicProvider "ldap"