...
- 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
IdP with the new onesCode Block
2) Configure openLDAP
...
- set up one (or more) ldap-server(s) (e.g. located at your IdP)
- configure the
ArpRepository in idp.xml like this:Code Block 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>
...