Attached is a patch with the plugin and modifications to the build tools. This patch includes one line of code which was not in the patch sent to the list.
Patch is checked into the branch along with makefile fixes. There's no apparent Windows support for the client library you're using here, so I didn't have a chance to build yet, but will do so before closing.
Attached is a patch with the plugin and modifications to the build tools. This patch includes one line of code which was not in the patch sent to the list.
Example shibboleth2.xml config:
<StorageService type="MEMCACHE" id="mc" prefix="vm-sso-tst1.vm2.bk.sapo.pt:">
<Hosts>
vm-sso-tst1.vm2.bk.sapo.pt:11211
</Hosts>
</StorageService>
<StorageService type="MEMCACHE" id="mc-ctx" prefix="vm-sso-tst1.vm2.bk.sapo.pt:" buildMap="1">
<Hosts>
vm-sso-tst1.vm2.bk.sapo.pt:11211
</Hosts>
</StorageService>
<SessionCache type="StorageService" StorageService="mc-ctx" StorageServiceLite="mc" />
<ReplayCache StorageService="mc"/>
<ArtifactMap StorageService="mc" artifactTTL="180"/>