[java-identity-provider] branch master updated: Fix camel casing.
Daniel Fisher
dfisher at vt.edu
Mon Mar 2 10:21:25 EST 2020
This is an automated email from the git hooks/post-receive script.
dfisher pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=40ebcb91a7db9e922e883a27149b6648cf8089f1
The following commit(s) were added to refs/heads/master by this push:
new 40ebcb9 Fix camel casing.
40ebcb9 is described below
commit 40ebcb91a7db9e922e883a27149b6648cf8089f1
Author: Daniel Fisher <dfisher at vt.edu>
AuthorDate: Mon Mar 2 10:20:34 2020 -0500
Fix camel casing.
---
idp-conf/src/main/resources/system/flows/authn/password-authn-beans.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf/src/main/resources/system/flows/authn/password-authn-beans.xml b/idp-conf/src/main/resources/system/flows/authn/password-authn-beans.xml
index 166cede..35c575c 100644
--- a/idp-conf/src/main/resources/system/flows/authn/password-authn-beans.xml
+++ b/idp-conf/src/main/resources/system/flows/authn/password-authn-beans.xml
@@ -136,7 +136,7 @@
p:userFilter="#{'%{idp.authn.LDAP.userFilter:undefined}'.trim()}"
p:subtreeSearch="%{idp.authn.LDAP.subtreeSearch:false}"
p:resolveEntryOnFailure="%{idp.authn.LDAP.resolveEntryOnFailure:false}"
- p:resolveEntryWithBindDn="%{idp.authn.LDAP.resolveEntryWithBindDn:false}"
+ p:resolveEntryWithBindDn="%{idp.authn.LDAP.resolveEntryWithBindDN:false}"
p:velocityEngine-ref="shibboleth.VelocityEngine"
p:bindDn="#{'%{idp.authn.LDAP.bindDN:undefined}'.trim()}"
p:bindDnCredential="%{idp.authn.LDAP.bindDNCredential:undefined}"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list