Skip to content
New issue

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

Some problems #7

Open
einar-lanfranco opened this issue Sep 21, 2016 · 0 comments
Open

Some problems #7

einar-lanfranco opened this issue Sep 21, 2016 · 0 comments

Comments

@einar-lanfranco
Copy link

My scenario:

  • Windows 2012
  • Ubuntu 16.04 - Redmine 3.2.1 from package

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant