Skip to content

simple_bind() accept None for who and cred #155

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
Jan 10, 2018

Conversation

tiran
Copy link
Member

@tiran tiran commented Jan 10, 2018

sasl_bind_s() has accepted None for who and cred for a long time. Now
simple_bind() and simple_bind_s() default to and accept None, too.

See: #147

Signed-off-by: Christian Heimes cheimes@redhat.com

sasl_bind_s() has accepted None for who and cred for a long time. Now
simple_bind() and simple_bind_s() default to and accept None, too.

See: python-ldap#147

Signed-off-by: Christian Heimes <cheimes@redhat.com>
@codecov
Copy link

codecov bot commented Jan 10, 2018

Codecov Report

Merging #155 into master will increase coverage by 0.04%.
The diff coverage is 100%.

@@            Coverage Diff            @@
##           master    #155      +/-   ##
=========================================
+ Coverage   69.56%   69.6%   +0.04%     
=========================================
  Files          49      49              
  Lines        4731    4731              
  Branches      817     817              
=========================================
+ Hits         3291    3293       +2     
+ Misses       1085    1084       -1     
+ Partials      355     354       -1
Impacted Files Coverage Δ
Lib/ldap/ldapobject.py 71.57% <100%> (+0.4%) ⬆️
Modules/LDAPObject.c 67.69% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 91438fd...a144e3d. Read the comment docs.

@encukou encukou merged commit e62963c into python-ldap:master Jan 10, 2018
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.

2 participants