[java-identity-provider] branch maint-3.4 updated: IDP-1401 - Property to allow easier change of LDAP provider

Scott Cantor cantor.2 at osu.edu
Mon Apr 15 17:45:42 EDT 2019


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

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

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

The following commit(s) were added to refs/heads/maint-3.4 by this push:
       new  3e17f1b   IDP-1401 - Property to allow easier change of LDAP provider
3e17f1b is described below

commit 3e17f1b612ec769e4696896653207c95a5866717
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 15 17:43:18 2019 -0400

    IDP-1401 - Property to allow easier change of LDAP provider
    
    Default is still JNDI, this adds the hook to set it via our own properties.
---
 idp-conf/src/main/resources/system/conf/global-system.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-conf/src/main/resources/system/conf/global-system.xml b/idp-conf/src/main/resources/system/conf/global-system.xml
index 43bbf1a..e0c7950 100644
--- a/idp-conf/src/main/resources/system/conf/global-system.xml
+++ b/idp-conf/src/main/resources/system/conf/global-system.xml
@@ -56,6 +56,7 @@
         <property name="arguments">
             <props>
                 <prop key="org.apache.xml.security.ignoreLineBreaks">%{idp.apache.xml.security.ignoreLineBreaks:true}</prop>
+                <prop key="org.ldaptive.provider">%{idp.ldaptive.provider:org.ldaptive.provider.jndi.JndiProvider}</prop>
             </props>
         </property>
     </bean>

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


More information about the commits mailing list