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. OpenProject LDAP Failures with Authentik

OpenProject LDAP Failures with Authentik

Added by Zack Chadwick about 2 years ago

LDAP Authentication is failing while using an Authentik LDAP server.

All settings are configured correctly, and I can see in the LDAP server logs that OpenProject is successfully authenticating / binding. I have other applications successfully using this LDAP server for authentication, with the same log messages upon their successful bind/authentication.

{"bindDN":"cn=ldapservice,ou=users,dc=ldap,dc=goauthentik,dc=io","event":"authenticated from session","level":"info","logger":"authentik.outpost.ldap.binder.session","timestamp":"2023-03-09T20:10:48Z"}
{"bindDN":"cn=ldapservice,ou=users,dc=ldap,dc=goauthentik,dc=io","client":"172.30.223.238","event":"Bind request","level":"info","requestId":"8bd2e795-c6d1-4893-bff5-3f39e106c3b8","timestamp":"2023-03-09T20:10:48Z","took-ms":0}
{"event":"Update providers","level":"info","logger":"authentik.outpost.ldap","timestamp":"2023-03-09T20:12:18Z"}

However, OpenProject reports "Unable to connect (LDAP-Error: Could not authenticate at the LDAP-Server.)" when using the 'test' feature.

Where would LDAP authentication logs be kept within OpenProject for review? 

The only reference I see when checking the OpenProject containers logs are below

 I, [2023-03-09T20:10:48.680033 #257]  INFO -- : Started GET "/admin/ldap_auth_sources" for 108.162.216.122 at 2023-03-09 20:10:48 +0000
 I, [2023-03-09T20:10:48.682875 #257]  INFO -- : Processing by LdapAuthSourcesController#index as HTML
 I, [2023-03-09T20:10:48.706943 #257]  INFO -- :   Rendered auth_sources/index.html.erb within layouts/admin (Duration: 12.7ms | Allocations: 2687)   

Loading...