LDAP Provider reports user as authenticated but NextCloud returns invalid login

Hello there. I finished setting up my NextCloud instance and added LDAP support in order to use with my Authentik instance. I followed the official setup guide provided by Authentik and everything does work (when testing connection and testing login name, everything returns as OK and successful). However, when I try to log in using my Authentik credentials, the LDAP outposts returns a successfully authenticated login but NextCloud returns “Wrong login or password.” There are no logs in any of the NextCloud containers that indicate anything relevant.

LDAP output:

INF attributes=["entryuuid","nsuniqueid","objectguid","guid","ipauniqueid","dn","uid","samaccountname","memberof","mailprimaryaddress","name","jpegphoto","thumbnailphoto"] baseDN=dc=ldap,dc=goauthentik,dc=io bindDN=cn=ldapservice,ou=users,dc=ldap,dc=goauthentik,dc=io client=[REDACTED] event=Search request filter=(&(&(|(objectclass=user))(|(memberof=cn=NextCloud Users,ou=groups,dc=ldap,dc=goauthentik,dc=io)))(|(cn=Batimius))) requestId=[REDACTED] scope=Whole Subtree timestamp=2025-08-14T10:11:07Z took-ms=0

INF bindDN=cn=batimius,ou=users,dc=ldap,dc=goauthentik,dc=io event=authenticated from session logger=authentik.outpost.ldap.binder.session timestamp=2025-08-14T10:11:07Z

INF bindDN=cn=batimius,ou=users,dc=ldap,dc=goauthentik,dc=io client=[REDACTED] event=Bind request requestId=[REDACTED]5 timestamp=2025-08-14T10:11:07Z took-ms=0

INF bindDN=cn=batimius,ou=users,dc=ldap,dc=goauthentik,dc=io event=authenticated from session logger=authentik.outpost.ldap.binder.session timestamp=2025-08-14T10:11:07Z

INF bindDN=cn=batimius,ou=users,dc=ldap,dc=goauthentik,dc=io client=[REDACTED] event=Bind request requestId=[REDACTED] timestamp=2025-08-14T10:11:07Z took-ms=0

A picture of the users tab (automatically created after adding the LDAP configuration):

If anyone knows why this is happening or can point me to the right resources, please let me know. I thank you for your time and help, it is truly appreciated.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.