Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • 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

User menu

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
Support Installation & Updates
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. Support Installation & Updates
  5. OpenProject LDAP Failures with Authentik

OpenProject LDAP Failures with Authentik

Added by Zack Chadwick over 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...