Send Netdot-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://osl.uoregon.edu/mailman/listinfo/netdot-users
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-users digest..."
Today's Topics:
1. shibboleth and <Perl> apache configuration (Matt Zagrabelny)
----------------------------------------------------------------------
Message: 1
Date: Fri, 8 Apr 2016 11:15:58 -0500
From: Matt Zagrabelny <[email protected]>
Subject: [Netdot-users] shibboleth and <Perl> apache configuration
To: [email protected]
Message-ID:
<caolfk3wuu4o0f+t0sqd+_bus8132evv-pqz40jmqumf0z78...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
Greetings Netdot Users,
The University of Minnesota uses Shibboleth for its web SSO. I was/am
hoping to hack on Netdot for SSO support, but am hitting a snag.
It seems there is a conflict between Shib and Netdot regarding apache
configurations.
Apache does not start when both are enabled. It will start with either
disabled. There are no errors on the console, nor in the apache error
logs.
I tried starting apache in the foreground, but it didn't give any
further errors:
# env -i LANG=C
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
apache2ctl -X start
[...]
Action '-X start' failed.
The Apache error log may have more information.
The error log had no information.
I began with the upstream version of netdot_apache24_local.conf.
Things seemed to work fine when I disabled shib.
Apache also started when I commented everything out of
netdot_apache24_local.conf. However when I started to uncomment
configurations back in from the netdot_apache24_local.conf file apache
could not start with the following stanza uncommented:
<Perl>
# Set up the Mason handler and global variables and import modules.
use Netdot::Mason;
# Override SiteControl's login method
use Netdot::SiteControlLoginWrapper;
</Perl>
Any pointers for a direction to take for debugging this further?
Thanks!
-m
------------------------------
_______________________________________________
Netdot-users mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-users
End of Netdot-users Digest, Vol 85, Issue 1
*******************************************