Allow passing None as uri argument to ldap.initialize()#465
Allow passing None as uri argument to ldap.initialize()#465droideck merged 1 commit intopython-ldap:mainfrom
Conversation
|
LGTM, can you also update |
1 similar comment
|
LGTM, can you also update |
c091f7f to
0c6d462
Compare
I've updated the pull request. |
0c6d462 to
9d6ce80
Compare
|
@steffen-kiess could you please rebase the PR with the current master branch? |
droideck
left a comment
There was a problem hiding this comment.
Otherwise, looks good to me too. :)
7e6c915
9d6ce80 to
7e6c915
Compare
I've rebased the commit. |
|
@steffen-kiess Reviewing the PR history, some parts of the documentation have gone from the original commit 9d6ce80, is that intentional? |
7e6c915 to
c4892e9
Compare
Sorry, no, that was not intentional. I rebased the wrong commit (the one I pushed, not the one updated by you). I've pushed a new rebased commit with the documentation changes. |
|
@mistotebe @droideck Is there anything else I should be doing for this PR? |
|
I would prefer if you keep the |
d84deff
c4892e9 to
d84deff
Compare
Ok, I've changed that so that |
|
@steffen-kiess hi! Could you please rebase? I think we should be ready to merge it after that. |
OpenLDAP allows passing NULL to ldap_initialize(). In this case the default URI from ldap.conf will be used. Allow passing None as uri argument to ldap.initialize().
d84deff to
a0c2c7d
Compare
Ok, I've rebased to the current |
and `ReconnectLDAPObject` to be consistent with `initialize()`. Fixes: 7af3125 Issue: python-ldap#465
OpenLDAP allows passing NULL to ldap_initialize(). In this case the
default URI from ldap.conf will be used. Allow passing None as uri
argument to ldap.initialize().