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

Scott Cantor cantor.2 at osu.edu
Fri Jan 18 16:36:21 EST 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=a9c553770ef6828cf5f5501ddd41f4f0d7102408

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

commit a9c553770ef6828cf5f5501ddd41f4f0d7102408
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jan 18 16:36:19 2019 -0500

    IDP-1401 - Change to unboundid as default ldaptive LDAP provider
    
    https://issues.shibboleth.net/jira/browse/IDP-1401
    
    Set system property via existing bean.
    Add managed test dependency for ldaptive provider.
---
 idp-conf/pom.xml                                          | 5 +++++
 idp-conf/src/main/resources/system/conf/global-system.xml | 1 +
 2 files changed, 6 insertions(+)

diff --git a/idp-conf/pom.xml b/idp-conf/pom.xml
index 2baec2e..98927cf 100644
--- a/idp-conf/pom.xml
+++ b/idp-conf/pom.xml
@@ -99,6 +99,11 @@
 
         <!-- Test Dependencies -->
         <dependency>
+            <groupId>org.ldaptive</groupId>
+            <artifactId>ldaptive-unboundid</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>com.unboundid</groupId>
             <artifactId>unboundid-ldapsdk</artifactId>
             <scope>test</scope>
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 179b947..c27b039 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.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