diff --git a/templates/vhost.conf.erb b/templates/vhost.conf.erb index 788d54e..7f3cea7 100644 --- a/templates/vhost.conf.erb +++ b/templates/vhost.conf.erb @@ -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"