Installing SP2.x under Linux: Difference between revisions
From RavenWiki
Jump to navigationJump to search
mNo edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
Run | Run | ||
shibd -t | shibd -t | ||
expect to see | expect to see "overall configuration is loadable, check console for non-fatal problems". Fix mistakes. otherwise. | ||
Fix mistakes otherwise. |
Revision as of 17:14, 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.