-
Notifications
You must be signed in to change notification settings - Fork 53
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
None is neither bytes nor unicode #97
Comments
What version of Twisted are you running? |
Hi @psi29a, thanks for replying.
I realized thanks to your reply that I've been looking at master code which obviously differs from my site-package install.
In merger.py an LDAPClientCreator is instantiated which uses an LDAPConnector that is a subclass of SRVConnector.
And master is:
As you can see, domain variable in master code gets an empty string default and there's no error. |
Hi, |
It looks like thats the bug I'm hitting in #113 Edit: I apologize I did not read carefully enough the diff between both versions, I guess I’ll either patch the released version or just avoid running known failing tests... |
I'm trying to set up the merger example and I don't know why default bindAddress=None is not working at
ldaptor/ldaptor/protocols/ldap/ldapconnector.py
Line 29 in 4e2b677
My code is (Python 2.7.14):
And trace:
The text was updated successfully, but these errors were encountered: