Skip to Content.
Sympa Menu

shibboleth-dev - building idp 2.1.2

Subject: Shibboleth Developers

List archive

building idp 2.1.2


Chronological Thread 
  • From: Joseph Valerio <>
  • To: "" <>
  • Subject: building idp 2.1.2
  • Date: Wed, 08 Jul 2009 08:40:58 -0400

Chad,

I just wanted to get your thoughts about what I had to do to get the idp 2.1.2 code with commons 1.1.2 to build before I possibly file jiras.

java-idp
=======================

1. The LdapAttributeResolverTest fails. 

Running edu.internet2.middleware.shibboleth.common.config.attribute.resolver.LdapAttributeResolverTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.916 sec <<< FAILURE!

It looks like you are referencing a local ldap server on 10389.

    <resolver:DataConnector xsi:type="dc:LDAPDirectory"
                                       id="LocalDirectory"
                                       ldapURL="ldap://localhost:10389/"
                                       baseDN="dc=georgetown,dc=edu"
                                       principal="uid=admin,ou=system"
                                       principalCredential="secret">


I sent you a suggestion to make this test portable.  thoughts?

java-shib-common
======================

1. edu.internet2.middleware.shibboleth.idp.BaseTestCase fails because there are no tests.
  resolution - make the class abstract

2. edu.internet2.middleware.shibboleth.idp.system.conf1.BaseConf1TestCase fails because there are no test.
  resolution - make the class abstract

Thoughts,

- Joe

--
Joseph Valerio

Senior Systems Programmer

Yale University
Technology & Planning
Information Technology Services

phone: 203-432-1196
email:
smail: 25 Science Park, New Haven, CT 06511


  • building idp 2.1.2, Joseph Valerio, 07/08/2009

Archive powered by MHonArc 2.6.16.

Top of Page