[java-identity-provider] branch master updated: Update default registry resource list.
Scott Cantor
cantor.2 at osu.edu
Wed Jun 5 15:47:12 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=516a5f51de85c418f649bfb857ee7f7428f807f0
The following commit(s) were added to refs/heads/master by this push:
new 516a5f5 Update default registry resource list.
516a5f5 is described below
commit 516a5f51de85c418f649bfb857ee7f7428f807f0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 5 15:47:03 2019 -0400
Update default registry resource list.
---
idp-conf/src/main/resources/system/conf/services-system.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/idp-conf/src/main/resources/system/conf/services-system.xml b/idp-conf/src/main/resources/system/conf/services-system.xml
index c6f753e..91e4e23 100644
--- a/idp-conf/src/main/resources/system/conf/services-system.xml
+++ b/idp-conf/src/main/resources/system/conf/services-system.xml
@@ -72,8 +72,7 @@
<util:list id ="shibboleth.DefaultAttributeRegistryResources">
<value>%{idp.home}/conf/attribute-registry.xml</value>
<value>%{idp.home}/system/conf/attribute-registry-system.xml</value>
- <value>%{idp.home}/attributes/saml2-rules.xml</value>
- <value>%{idp.home}/attributes/saml1-rules.xml</value>
+ <value>%{idp.home}/attributes/default-rules.xml</value>
</util:list>
<bean id="shibboleth.NameIdentifierGenerationService" class="net.shibboleth.ext.spring.service.ReloadableSpringService"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list