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>
pull/26086/head
annegies 5 years ago committed by GitHub
parent 338ce0cc10
commit a2737c0896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkg/services/ldap/ldap.go

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

Loading…
Cancel
Save