[java-identity-provider] branch master updated: Yank unused static connector.
Scott Cantor
cantor.2 at osu.edu
Mon Sep 10 10:29:45 EDT 2018
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=1067e1cc5485626592054a7727a864fa22456019
The following commit(s) were added to refs/heads/master by this push:
new 1067e1c Yank unused static connector.
1067e1c is described below
commit 1067e1cc5485626592054a7727a864fa22456019
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 10 10:29:43 2018 -0400
Yank unused static connector.
---
idp-conf/src/main/resources/conf/attribute-resolver-full.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/idp-conf/src/main/resources/conf/attribute-resolver-full.xml b/idp-conf/src/main/resources/conf/attribute-resolver-full.xml
index 42881d2..f4a7dce 100644
--- a/idp-conf/src/main/resources/conf/attribute-resolver-full.xml
+++ b/idp-conf/src/main/resources/conf/attribute-resolver-full.xml
@@ -240,13 +240,6 @@
<!-- ========================================== -->
<!-- Example Static Connector -->
-<!--
- <DataConnector id="staticAttributes" xsi:type="Static">
- <Attribute id="eduPersonAffiliation">
- <Value>member</Value>
- </Attribute>
- </DataConnector>
--->
<!-- Example Relational Database Connector -->
<!--
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list