[java-identity-provider] branch master updated: IDP-1401 - Change to unboundid as default ldaptive LDAP provider

Scott Cantor cantor.2 at osu.edu
Mon Apr 15 21:54:18 EDT 2019


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

scantor 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=0860d6cec66a0584289d0698bbea1dee736fac5d

The following commit(s) were added to refs/heads/master by this push:
       new  0860d6c   IDP-1401 - Change to unboundid as default ldaptive LDAP provider
0860d6c is described below

commit 0860d6cec66a0584289d0698bbea1dee736fac5d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 15 21:53:24 2019 -0400

    IDP-1401 - Change to unboundid as default ldaptive LDAP provider
    
    https://issues.shibboleth.net/jira/browse/IDP-1401
    
    Fix IdP property to fall back to ldaptive property if set.
---
 idp-conf/src/main/resources/system/conf/global-system.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 742370a..7d7ead3 100644
--- a/idp-conf/src/main/resources/system/conf/global-system.xml
+++ b/idp-conf/src/main/resources/system/conf/global-system.xml
@@ -58,7 +58,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.unboundid.UnboundIDProvider}</prop>
+		<prop key="org.ldaptive.provider">%{idp.ldaptive.provider:%{org.ldaptive.provider:org.ldaptive.provider.unboundid.UnboundIDProvider}}</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