mirror of
https://github.com/portainer/portainer-docs.git
synced 2026-03-27 04:48:31 +07:00
698 B
698 B
LDAP Groups are not auto-populating Portainer teams
Issue:
Users find that LDAP authentication succeeds and Display User/Group matching correctly shows group membership, but the user is not automatically added to the corresponding Portainer team on login.
Cause:
Portainer team synchronization requires distinguished name (DN)-based group membership.
posixGroup+memberUid→ Group detection works, but Team sync does not assign usersgroupOfNames+member→ Fully supported for Team auto-assignment
Resolution:
To resolve this issue, update the LDAP group configuration to use DN-based membership.
objectClass: groupOfNames
member: <full user DN>