[java-identity-provider] branch main updated: Fix to property fix.

Scott Cantor cantor.2 at osu.edu
Tue Nov 3 18:17:24 UTC 2020


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=41fc2fd272688b3ca7650c66ac83cd0555bb7434

The following commit(s) were added to refs/heads/main by this push:
       new  41fc2fd27 Fix to property fix.
41fc2fd27 is described below

commit 41fc2fd272688b3ca7650c66ac83cd0555bb7434
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 3 13:17:20 2020 -0500

    Fix to property fix.
---
 .../resources/net/shibboleth/idp/flows/authn/password-authn-beans.xml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/password-authn-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/password-authn-beans.xml
index d77b96c03..8766e7d0d 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/password-authn-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/password-authn-beans.xml
@@ -130,7 +130,7 @@
         p:refreshKrb5Config="#{getObject('shibboleth.authn.Krb5.RefreshConfig') ?: %{idp.authn.Krb5.refreshConfig:false}}"
         p:preserveTicket="#{getObject('shibboleth.authn.Krb5.PreserveTicket') ?: %{idp.authn.Krb5.preserveTicket:false}}"
         p:servicePrincipal="#{getObject('shibboleth.authn.Krb5.ServicePrincipal') ?: '%{idp.authn.Krb5.servicePrincipal:}'.trim()}"
-        p:keytabPath="#{getObject('shibboleth.authn.Krb5.Keytab') ?: '%{idp.authn.Krb5.keytab:}}'.trim()" />
+        p:keytabPath="#{getObject('shibboleth.authn.Krb5.Keytab') ?: '%{idp.authn.Krb5.keytab:}'.trim()}" />
 
     <bean id="ValidateUsernamePasswordAgainstLDAP" parent="shibboleth.CredentialValidator" lazy-init="true"
         class="net.shibboleth.idp.authn.impl.LDAPCredentialValidator"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list