mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Use CommonLDAPGroupMapperConfig.getMembershipLdapAttribute() instead of constant LDAPConstants.MEMBER to honor the "membership.ldap.attribute" config key when creating a LDAP group. This fixes an error when trying to create a group on a DS server configured with a different member attribute than the standard "member" (eg. 389ds).