Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ldap auth for function matches #34714

Merged
merged 1 commit into from
Jul 16, 2016
Merged

Conversation

sjmh
Copy link
Contributor

@sjmh sjmh commented Jul 16, 2016

What does this PR do?

The expand_ldap_entries doesn't take into account that certain entries
may not actually be dicts, such as @runner, @wheel, @jobs, or even .*

What issues does this PR fix or reference?

When trying to use ldap auth with @runner or such, it will bomb with an exception: ExtraData: unpack(b) received extra data.

Tests written?

No

The expand_ldap_entries doesn't take into account that certain entries
may not actually be dicts, such as @runner, @wheel, @jobs, or even .*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants