Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • change directory to '.../shibboleth/src/'
  • copy the patch-file to this directory
  • type in the linux-command 'patch -p1 < shibPatch'
  • compile the new source code
  • replace all class files in your working shibboleth Code Block IdP with the new ones
2) Configure openLDAP

...

  • set up one (or more) ldap-server(s) (e.g. located at your IdP)
  • configure the Code Block ArpRepository in idp.xml like this:
    Code Block
    <ReleasePolicyEngine>
     <ArpRepository implementation="edu.internet2.middleware.
      shibboleth.aa.arp.provider.LdapArpRepository">
    	  <Path>ldap://ecample.com:389/dc=example,dc=com
    	  </Path>
    	  <Path>
    	  ...more LDAP-servers...
    	  </Path>
     </ArpRepository>
    </ReleasePolicyEngine>
    

...