diff --git a/pkg/services/ldap/ldap.go b/pkg/services/ldap/ldap.go index 5569479a4a0..d9112b0a22a 100644 --- a/pkg/services/ldap/ldap.go +++ b/pkg/services/ldap/ldap.go @@ -538,7 +538,6 @@ func (server *Server) requestMemberOf(entry *ldap.Entry) ([]string, error) { getAttribute(groupIDAttribute, group), ) } - break } }