[java-identity-provider] branch main updated: Remove additional unneeded mappings.
Scott Cantor
cantor.2 at osu.edu
Wed Apr 26 17:36:07 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=1fa38190836a6e1e121759dca8b3a30f8f7fe5ea
The following commit(s) were added to refs/heads/main by this push:
new 1fa381908 Remove additional unneeded mappings.
1fa381908 is described below
commit 1fa38190836a6e1e121759dca8b3a30f8f7fe5ea
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 7 12:11:42 2022 -0500
Remove additional unneeded mappings.
---
.../net/shibboleth/idp/module/conf/authn/password-authn-config.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/authn/password-authn-config.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/authn/password-authn-config.xml
index 2c648ec0d..dc10fa15c 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/authn/password-authn-config.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/authn/password-authn-config.xml
@@ -53,7 +53,6 @@
<entry key="UnknownUsername">
<list>
<value>NoCredentials</value>
- <value>UnknownUsername</value>
<value>CLIENT_NOT_FOUND</value>
<value>Client not found</value>
<value>Cannot get kdc for realm</value>
@@ -78,7 +77,6 @@
</entry>
<entry key="AccountLocked">
<list>
- <value>AccountLocked</value>
<value>Clients credentials have been revoked</value>
<value>AcceptSecurityContext error, data 775</value>
</list>
@@ -102,11 +100,6 @@
<value>ACCOUNT_WARNING</value>
</list>
</entry>
- <entry key="RequestUnsupported">
- <list>
- <value>RequestUnsupported</value>
- </list>
- </entry>
</util:map>
</beans>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list