Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. NTLM Support??

NTLM Support??

Added by Alberto Valdes about 9 years ago

Is there a way to configure the email notifications using NTLM?


Replies (1)

RE: NTLM Support?? - Added by Oliver Günther about 9 years ago

Yes!

In a manual installation, you’ll need to install ruby-nltm, so ideally add this to your Gemfile.local and run bundle install.

In your mail configuration, you can then use authentication: :ntlm as a valid method and it should just work.

The packaged installation currently exposes a fixed set of authentication methods, and installing third party gems is not that trivial. We did however just recently add a method to add custom gems and plugins to your packaged installation: https://github.com/opf/openproject/blob/dev/doc/operation_guides/packager/installation-guide.md#adding-custom-plugins-to-the-installation

You would not be able to use the wizard to configure that authentication mode, though.

Best,
Oliver

  • (1 - 1/1)
Loading...