Make webserver auth match with use_sso setting in the application config
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user