You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you found a bug in python-ldap, or would request a new feature,
this is the place to let us know.
Please describe the issue and your environment here.
Issue description:
The code in syncrepl.py uses raw type values (100, 101, 121) instead of their corresponding name values which makes the code less legible than necessary
Steps to reproduce:
Inspect code
The text was updated successfully, but these errors were encountered:
quanah
added a commit
to quanah/python-ldap
that referenced
this issue
Apr 22, 2024
If you found a bug in python-ldap, or would request a new feature,
this is the place to let us know.
Please describe the issue and your environment here.
Issue description:
The code in syncrepl.py uses raw type values (100, 101, 121) instead of their corresponding name values which makes the code less legible than necessary
Steps to reproduce:
Inspect code
The text was updated successfully, but these errors were encountered: