Make webserver auth match with use_sso setting in the application config
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
Order Allow,Deny
|
Order Allow,Deny
|
||||||
Allow from All
|
Allow from All
|
||||||
|
|
||||||
<%- if @auth_type == 'authldap' -%>
|
<%- if @auth_type == 'authldap' && @use_sso -%>
|
||||||
AuthType Basic
|
AuthType Basic
|
||||||
AuthName "LDAP Auth"
|
AuthName "LDAP Auth"
|
||||||
AuthBasicProvider "ldap"
|
AuthBasicProvider "ldap"
|
||||||
|
|||||||
Reference in New Issue
Block a user