[java-identity-provider] branch maint-4 updated: Remove additional unneeded mappings.

Scott Cantor cantor.2 at osu.edu
Wed Dec 7 17:11:45 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-4
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=40a3455eb093faafb5307c4a72407911d9e5652c

The following commit(s) were added to refs/heads/maint-4 by this push:
     new 40a3455eb Remove additional unneeded mappings.
40a3455eb is described below

commit 40a3455eb093faafb5307c4a72407911d9e5652c
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