- Package:
- python3-ldap3
- Source:
- python3-ldap3
- Submitter:
- peter tuharsky
- Date:
- 2024-04-26 08:45:03 UTC
- Severity:
- normal
Dear Maintainer, according to Python documentation, the python-ldap module should contain ldif module with functions such as LDIFParser, LDIFWrite etc. As of Debian packages, the former python-ldap did support this functionality. However, its successor python3-ldap3 does not. Attempt to call the module leads to error: ModuleNotFoundError: No module named 'ldif'