forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AIRFLOW-967] Wrap strings in native for py2 ldap compatibility
ldap3 has issues with newstr being passed. This wraps any call that goes over the wire to the ldap server in native() to ensure the native string type is used. Closes apache#2141 from bolkedebruin/AIRFLOW-967
- Loading branch information
1 parent
b3c3eb5
commit 695ed93
Showing
1 changed file
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters