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>
This commit is contained in:
annegies 2020-07-06 12:02:39 +02:00 committed by GitHub
parent 338ce0cc10
commit a2737c0896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -538,7 +538,6 @@ func (server *Server) requestMemberOf(entry *ldap.Entry) ([]string, error) {
getAttribute(groupIDAttribute, group),
)
}
break
}
}