Send netdisco-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/netdisco-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 netdisco-users digest..."
Today's Topics: 1. netdisco web interface behind CAS service (Gallavardin Antoine)
--- Begin Message ---Hello
I'm using netdisco since a few month, and I'm wondering how I survived before !!
Now I'd like to share netdisco Informations to other by allowing them to connect on web interface trough our CAS server
So
I installed Apache, put mod_cas, redirect all http external traffic to localhost on port 5000
I created users inside database and setup netdico in order to allow remote user and .... no success
I test several configuration , X_REMOTE_USER REMOTE_USER ... no success at all
do you have any clue ?
My config :
deployment.yml :
trust_remote_user: true validate_remote_user: true behind_proxy: true show_errors: trueApache2
<VirtualHost>...CASCookiePath /var/cache/apache2/mod_auth_cas/ CASLoginURL https://<CAS Server>/cas/login CASValidateURL https://<CAS Server>/cas/serviceValidate <Location /> Authtype CAS Require valid-user </Location> ProxyPass / http://127.0.0.1:5000/ ProxyPassReverse / http://127.0.0.1:5000/ ...</VirtualHost>
cheers
Antoine
-- Antoine Gallavardin INRAE - SIIR Auvergne Rhone Alpes - DSI-INFRA French Research Center
--- End Message ---
_______________________________________________ Netdisco mailing list - Digest Mode [email protected] https://lists.sourceforge.net/lists/listinfo/netdisco-users
