[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/authn/password-authn-config.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Sep 25 17:54:54 EDT 2015


Author: scantor
Date: Fri Sep 25 17:54:54 2015
New Revision: 7783

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7783&view=rev
Log:
Add some Active Directory Kerberos message mappings.

Modified:
    trunk/idp-conf/src/main/resources/conf/authn/password-authn-config.xml

Modified: trunk/idp-conf/src/main/resources/conf/authn/password-authn-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/authn/password-authn-config.xml?rev=7783&r1=7782&r2=7783&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/authn/password-authn-config.xml	(original)
+++ trunk/idp-conf/src/main/resources/conf/authn/password-authn-config.xml	Fri Sep 25 17:54:54 2015
@@ -49,6 +49,7 @@
             <list>
                 <value>NoCredentials</value>
                 <value>CLIENT_NOT_FOUND</value>
+                <value>Client not found</value>
                 <value>DN_RESOLUTION_FAILURE</value>
             </list>
         </entry>
@@ -57,6 +58,11 @@
                 <value>InvalidCredentials</value>
                 <value>PREAUTH_FAILED</value>
                 <value>INVALID_CREDENTIALS</value>
+            </list>
+        </entry>
+        <entry key="AccountLocked">
+            <list>
+                <value>Clients credentials have been revoked</value>
             </list>
         </entry>
         <entry key="ExpiredPassword">



More information about the commits mailing list