Skip to content

Commit

Permalink
Merge pull request #34957 from sjmh/2016.3
Browse files Browse the repository at this point in the history
Don't fall through to checking auth entries
  • Loading branch information
Mike Place committed Jul 26, 2016
2 parents 2d3b95d + 0095dbe commit f765faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salt/auth/ldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ def expand_ldap_entries(entries, opts=None):
for user_or_group_dict in entries:
if not isinstance(user_or_group_dict, dict):
acl_tree.append(user_or_group_dict)
continue
for minion_or_ou, matchers in six.iteritems(user_or_group_dict):
permissions = matchers
retrieved_minion_ids = []
Expand Down

0 comments on commit f765faa

Please sign in to comment.