Skip to content

Bump net-ldap dependency to v0.11.x #84

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

Merged
merged 2 commits into from
May 15, 2015
Merged

Bump net-ldap dependency to v0.11.x #84

merged 2 commits into from
May 15, 2015

Conversation

mtodd
Copy link
Member

@mtodd mtodd commented May 15, 2015

Pulls in changes documented in ruby-ldap/ruby-net-ldap#189.

cc @jch @shayfrendt

@@ -16,7 +16,7 @@ def [](field)
end

def setup
@ldap = GitHub::Ldap.new(:uid => 'uid')
@ldap = GitHub::Ldap.new(options.merge(:uid => 'uid'))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated, but this was trying to connect to the wrong host.

It's a smell that it needs to connect on initialization but that is a separate problem.

@mtodd mtodd changed the title Bump net-ldap depencendy to v0.11.x Bump net-ldap dependency to v0.11.x May 15, 2015
mtodd added a commit that referenced this pull request May 15, 2015
Bump net-ldap dependency to v0.11.x
@mtodd mtodd merged commit 6033b0f into master May 15, 2015
@mtodd mtodd deleted the bump-net-ldap-dep branch May 15, 2015 19:37
@mtodd mtodd mentioned this pull request May 15, 2015
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.

1 participant