Commit a2737c08 by annegies Committed by GitHub

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>
parent 338ce0cc
...@@ -538,7 +538,6 @@ func (server *Server) requestMemberOf(entry *ldap.Entry) ([]string, error) { ...@@ -538,7 +538,6 @@ func (server *Server) requestMemberOf(entry *ldap.Entry) ([]string, error) {
getAttribute(groupIDAttribute, group), getAttribute(groupIDAttribute, group),
) )
} }
break
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment