Skip to content

Commit

Permalink
Fixed Issue #14
Browse files Browse the repository at this point in the history
  • Loading branch information
malavolti committed Nov 26, 2019
1 parent 5616d0b commit 88c2c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/idp/templates/conf/services.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
{% if idp_config is defined and idp_config['sup_coco'] in ['Yes','yes','True','true'] %}
<value>%{idp.home}/conf/attribute-filter-v3-coco.xml</value>
{% endif %}
{% if attribute_filter_xml is defined and attribute_filter_xml['stdout'] != ''%}
{% if attribute_filter_xml.stat.exists %}
<value>%{idp.home}/conf/attribute-filter-v3-custom.xml</value>
{% endif %}
</util:list>
Expand Down

0 comments on commit 88c2c62

Please sign in to comment.