Remove break from ldap, get all groups from all the group base searches specified (#25825)

Signed-off-by: Annegies van 't Zand <ace.vtzand@gmail.com>
(cherry picked from commit a2737c0896)
This commit is contained in:
annegies
2020-07-13 14:41:21 +02:00
committed by Andrej Ocenas
parent cde6a2de68
commit 9eb16756b1
-1
View File
@@ -538,7 +538,6 @@ func (server *Server) requestMemberOf(entry *ldap.Entry) ([]string, error) {
getAttribute(groupIDAttribute, group),
)
}
break
}
}