It doesn't work and I don't know why, I make a small php script inside public directory to print $_SERVER['REMOTE_USER'] and it prints my user@domain correctly. However, after the http authentication I get redirected to /login?back_url=http%3A%2F%2Fmysite%2Fredmine%2F (login page), the user exist in database (without password)
I haven't been able to find anything on the logs, is there a way to get more logs? I just don't know what is going on... (plugin is listed in the plugins view, configuration is set to use REMOTE_USER (as default))
It doesn't work and I don't know why, I make a small php script inside public directory to print $_SERVER['REMOTE_USER'] and it prints my user@domain correctly. However, after the http authentication I get redirected to /login?back_url=http%3A%2F%2Fmysite%2Fredmine%2F (login page), the user exist in database (without password)
I haven't been able to find anything on the logs, is there a way to get more logs? I just don't know what is going on... (plugin is listed in the plugins view, configuration is set to use REMOTE_USER (as default))