[java-identity-provider] branch main updated: Uncomment admin policy for testing.
Scott Cantor
cantor.2 at osu.edu
Thu Jun 15 17:01:21 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=9c08d290c5c94d5afff531c87d3d0895ab87dbff
The following commit(s) were added to refs/heads/main by this push:
new 9c08d290c Uncomment admin policy for testing.
9c08d290c is described below
commit 9c08d290c5c94d5afff531c87d3d0895ab87dbff
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jun 15 13:01:17 2023 -0400
Uncomment admin policy for testing.
---
.../test/resources/net/shibboleth/idp/module/conf/access-control.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/access-control.xml b/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/access-control.xml
index 767cc417a..f6d908c58 100644
--- a/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/access-control.xml
+++ b/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/access-control.xml
@@ -33,7 +33,6 @@
p:allowedRanges="#{ {'127.0.0.1/32', '::1/128'} }" />
</entry>
- <!--
<entry key="AccessByAdminUser">
<bean parent="shibboleth.PredicateAccessControl">
<constructor-arg>
@@ -41,7 +40,6 @@
</constructor-arg>
</bean>
</entry>
- -->
<!--
<entry key="AccessByAttribute">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list