Clock Skewed Error
If the
IdP or SP complains about clock skewed, then you gotta check if the boxes are running proper ntpdate.
Make sure you run ntpdate every hour or so in your cron
- edit /etc/cron.hourly/runntp.sh with this content
ntpdate federation.org.au
- make it executable
chmod 755 /etc/cron.hourly/runntp.sh
- restart your cron
/etc/init.d/cron restart
- execute the script
/etc/cron.hourly/runntp.sh
- check if it's still out of sync, if it runs out of sync by much (i.e. 30 seconds, 1 minute, etc), then investigate why...
ntpdate -q federation.org.au
Shibboleth by default quite forgiving by allowing a 3 minutes time-window for any discrepanciew between
IdP and SP communcation, however
if it goes out of sync too much, it will spit out the error
to top