fedushare / mech_saml_ec

An open source implementation of draft-ietf-kitten-sasl-saml-ec
https://tools.ietf.org/html/draft-ietf-kitten-sasl-saml-ec
10 stars 5 forks source link

dependency on Moonshot RPMs #2

Closed jbasney closed 12 years ago

jbasney commented 12 years ago

Currently we're building against Moonshot RPMs. Do we need to? Are there any problems when using official Shibboleth release RPMs?

jsiwek commented 12 years ago

The Moonshot repo did contain libshibresolver and libshibresolver-devel packages which aren't in the Shibboleth repos and were required to build the util_shib.cpp source, but we don't seem to depend on that. The main Shibboleth library is currently used for resolving attributes instead, so everything appears to still work fine using only the official Shibboleth RPMs.