Installing SP2.x under Linux: Difference between revisions
From RavenWiki
Jump to navigationJump to search
(Under construction) |
mNo edit summary |
||
Line 18: | Line 18: | ||
* TODO: need download locations for these | * TODO: need download locations for these | ||
Run | Run | ||
shibd -t</tt> | |||
expect to see | |||
overall configuration is loadable, check console for non-fatal problems | overall configuration is loadable, check console for non-fatal problems | ||
Fix mistakes otherwise. | Fix mistakes otherwise. |
Revision as of 16:47, 6 March 2009
Currently assumes SLES 10. See also NativeSPLinuxInstall in the Internet2 Shib Wiki.
Acquire (**TODO: from where?) and install RPMs for
log4shib xerces-c xml-security-c xmltooling opensaml shibboleth
and any of their dependencies.
In /etc/shibboleth:
- replace the supplied shibboleth2.xml and attribute-map.xml with Shibbileth2.xml - internal use skeleton and Attribute-map.xml - internal use skeleton respectively
- find all occurrences of 'FIX-ME' in the new shibboleth2.xml and replace them as directed in the adjacent comments.
- Create a copy of 'Ucam Federation' IdP metadata
- TODO: need download locations for these
Run
shibd -t
expect to see
overall configuration is loadable, check console for non-fatal problems
Fix mistakes otherwise.