[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/authn/spnego-authn-config.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sat Oct 24 17:04:01 EDT 2015
Author: scantor
Date: Sat Oct 24 17:04:01 2015
New Revision: 7871
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7871&view=rev
Log:
Reorder content.
Modified:
trunk/idp-conf/src/main/resources/conf/authn/spnego-authn-config.xml
Modified: trunk/idp-conf/src/main/resources/conf/authn/spnego-authn-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/authn/spnego-authn-config.xml?rev=7871&r1=7870&r2=7871&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/authn/spnego-authn-config.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/authn/spnego-authn-config.xml Sat Oct 24 17:04:01 2015
@@ -20,28 +20,7 @@
FALSE means that SPNEGO login is run only if the user has enabled autologin.
-->
<util:constant id="shibboleth.authn.SPNEGO.EnforceRun" static-field="java.lang.Boolean.FALSE" />
-
- <!--
- Define entries here to map events or error messages returned by the SPNEGO module
- and classify them as particular kinds of errors for use in your templates and as
- events in flows.
-
- Keys are events to signal, values are error codes.
- -->
- <util:map id="shibboleth.authn.SPNEGO.ClassifiedMessageMap">
- <entry key="SPNEGONotAvailable">
- <list>
- <value>SPNEGONotAvailable</value>
- </list>
- </entry>
- <entry key="NTLMUnsupported">
- <list>
- <value>NTLMUnsupported</value>
- </list>
- </entry>
- </util:map>
-
-
+
<!-- Kerberos Configuration-->
<!-- General Kerberos Settings -->
@@ -67,4 +46,24 @@
</util:list>
+ <!--
+ Define entries here to map events or error messages returned by the SPNEGO module
+ and classify them as particular kinds of errors for use in your templates and as
+ events in flows.
+
+ Keys are events to signal, values are error codes.
+ -->
+ <util:map id="shibboleth.authn.SPNEGO.ClassifiedMessageMap">
+ <entry key="SPNEGONotAvailable">
+ <list>
+ <value>SPNEGONotAvailable</value>
+ </list>
+ </entry>
+ <entry key="NTLMUnsupported">
+ <list>
+ <value>NTLMUnsupported</value>
+ </list>
+ </entry>
+ </util:map>
+
</beans>
More information about the commits
mailing list