Skip to content

Conversation

@shreyasahir
Copy link

No description provided.

Jerry Cheung and others added 30 commits October 24, 2014 11:09
…orted-capabilities

Support querying ActiveDirectory capabilities when searching root dse
silences gemspec warnings
jch and others added 27 commits January 8, 2016 11:41
…ation

Lazy initialize Net::LDAP::Connection's internal socket
…-inside-brackets

fix space inside brackets
…cated-hash-methods

fix deprecated hash methods
Default is to require a trailing comma.
Update Docs: Net::LDAP now requires ruby >= 2
Normalize the encryption parameter passed to the LDAP constructor

return pdu unless pdu.result_code == Net::LDAP::ResultCodeSaslBindInProgress
raise Net::LDAP::SASLChallengeOverflowError, "sasl-challenge overflow" if ((n += 1) > MaxSaslChallenges)
raise Net::LDAP::SASLChallengeOverflowError, "sasl-challenge overflow" if ((n += 1) > 10)

Choose a reason for hiding this comment

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

How do you came up with value 10? Isn't that variable "MaxSaslChallenges" used by any other place?

@patelanuj28
Copy link

This can be merge to appropriate branch.

@smlsml smlsml merged commit 15cb42e into cloudvolumes:master Sep 23, 2016
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.