Re: [galaxy-dev] external authentication - empty REMOTE_USER

2015-10-22 Thread Floreline TOUCHARD
Hi, thanks for the quick reply ! I did edit the remoteuser.py file and started the daemon again, but there's no change in the output in paster.log. Am I missing something ? F.T 2015-10-21 12:11 GMT+02:00 Floreline TOUCHARD : > Hi, > > I've got an issue with my

Re: [galaxy-dev] external authentication - empty REMOTE_USER

2015-10-22 Thread Floreline TOUCHARD
Hi, here is some additional information : - I have no change in my paster.log with my current galaxy.conf file. - If I force the connexion with a user (with a RequestHeader set REMOTE_USER "" in galaxy.conf), it works. My galaxy instance open on my user session, and I get a

[galaxy-dev] external authentication - empty REMOTE_USER

2015-10-21 Thread Floreline TOUCHARD
Hi, I've got an issue with my external authentication configuration. I use Apache and the mod_perl modules (AuthenNIS + AuthzNIS + Net-NIS) to authenticate to galaxy with NIS accounts. I have the authentication form when I try to access galaxy web page. But after a successful authentication it

Re: [galaxy-dev] external authentication - empty REMOTE_USER

2015-10-21 Thread Ryan G
I just recently submitted a patch that will display all the environment variables being passed to Galaxy in pastor.log. That should help you determine if the variables are set and to what. Please excuse any typos -- Sent from my iPhone > On Oct 21, 2015, at 6:11 AM, Floreline TOUCHARD >

Re: [galaxy-dev] external authentication - empty REMOTE_USER

2015-10-21 Thread Floreline TOUCHARD
Thank you ! Can you tell me which files are to update or download ? I installed my application on a server that was not open to the outside. Currently I do not support different versions or updates of my application with git. I can download the files to edit and transfer them to the server but not

Re: [galaxy-dev] external authentication - empty REMOTE_USER

2015-10-21 Thread Eric Rasche
Hi Floreline, The files from Ryan's pull request are visible here: https://github.com/galaxyproject/galaxy/pull/823/files It's a pretty simple change to enable some extra debugging information that might help you discover the cause of your issue. On 10/21/2015 07:40 AM, Floreline TOUCHARD

Re: [galaxy-dev] external authentication - empty REMOTE_USER

2015-10-21 Thread Ryan G
Here is the pull request: https://github.com/galaxyproject/galaxy/pull/823 You can see what file was edited On Wed, Oct 21, 2015 at 8:40 AM, Floreline TOUCHARD < floreline.touch...@gmail.com> wrote: > Thank you ! Can you tell me which files are to update or download ? > I installed my