Top Menu

Jump to content
  • OpenProject
    • View all projects
Home
    • Projects
    • Work packages
    • News
    • Getting started
    • Introduction video
    • Welcome to OpenProject

      Get an overview

      Get a quick overview of project management and team collaboration with OpenProject.
      You can restart this video from the help menu

    • Help and support
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Professional support

    • Additional resources
    • Legal notice
    • Data privacy and security policy
    • 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?
      Create a new account

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
  • Roadmap
  • Work packages
  • Boards
  • Calendar
  • Forums
You are here:
  • Forums
  • General discussion

Content

Authentication mode (LDAP) not working

Added by Luis L almost 7 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 over 6 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 about 6 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...