We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My scenario:
I need to change make some changes, because login user has the format: DOMAIN\user and it doesnt match mysql database.
I need to add a remote_user split in redmine/plugins/single_auth/lib/single_auth/application_controller_patch.rb line 42
def try_login_by_remote_env(remote_username) remote_username = remote_username.to_s.split('')[1].split("@")[0] user = User.active.find_by_login remote_username
Im going to send a pull request but as you can see Im not a ruby developer!!!
And the next big problem was you need to change browsers security:
Internet Explorer: Tools → Internet Options → Security → Local Intranet → Sites Firefox: about:config → network.negotiate-auth.trusted-uris
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My scenario:
I need to change make some changes, because login user has the format: DOMAIN\user and it doesnt match mysql database.
I need to add a remote_user split in redmine/plugins/single_auth/lib/single_auth/application_controller_patch.rb line 42
def try_login_by_remote_env(remote_username)
remote_username = remote_username.to_s.split('')[1].split("@")[0]
user = User.active.find_by_login remote_username
Im going to send a pull request but as you can see Im not a ruby developer!!!
And the next big problem was you need to change browsers security:
Internet Explorer: Tools → Internet Options → Security → Local Intranet → Sites
Firefox: about:config → network.negotiate-auth.trusted-uris
The text was updated successfully, but these errors were encountered: