Top Menu

Jump to content
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    Home
    • 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

      OpenProject ID Google

Side Menu

Collapse project menu

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

Content

Expand project menu
General discussion
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. General discussion
  5. Authentication mode (LDAP) not working

Authentication mode (LDAP) not working

Added by Luis L about 11 years ago

I was trying to use LDAP (Windows Server 2008 R2 Active Directory) for user authentication. I have tried the LDAP connection and it shows success. However, user account with LDAP config cannot use it’s own AD login and password for OpenProject login. Is there any thing i missed? Thank you!

Attributes
Login = sAMAccountName
First name = givenName
Last name = sN
Email = mail


Replies (2)

RE: Authentication mode (LDAP) not working - Added by Nicola Tiling almost 11 years ago

Maybe you have to configure a user login that have the rights to search the Base DN?

RE: RE: Authentication mode (LDAP) not working - Added by Jeff Wong over 10 years ago

Below example work for me, please take note the “Account” field.

Name = My Directory
Host = xxx.xxx.xxx.xxx
Port = 389
LDAPS = no
Account = domain\UserName
Password =
Base DN = CN=users,DC=domain,DC=local

On-the-fly user creation = yes
Login = sAMAccountName
Firstname = givenName
Lastname = sN
Email = mail

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