Re: [galaxy-dev] Converting an internal user to an external user

2016-09-07 Thread Ryan G
Ok I got it. I had to update the email address field to match what the REMOTE_USER variable was being set my Apache. On Wed, Sep 7, 2016 at 1:41 PM, Ryan G wrote: > Sorry, missed your other questions... > > external authentication via apache...yes. Its working

Re: [galaxy-dev] Converting an internal user to an external user

2016-09-07 Thread Ryan G
Sorry, missed your other questions... external authentication via apache...yes. Its working well for us. The userid is the same. I'm clearly missing something. I need to find in the code where this is and add some debugging statements. On Wed, Sep 7, 2016 at 12:15 PM, Hans-Rudolf Hotz

Re: [galaxy-dev] Converting an internal user to an external user

2016-09-07 Thread Hans-Rudolf Hotz
Hi Ryan Are you doing external authentication via apache? if so, I suggest to change the value in the 'external' column from 'f' to 't' in the galaxy_user table. also, check, whether the e-mail used is really the same as the one coming from your external authentication system. However, be