Closed
Description
Currently, python-ldap carries a declaration of OpenLDAP's ldap_init_fd
:
python-ldap/Modules/functions.c
Lines 47 to 48 in c00694e
This function is documented and declared in in openldap.h
, but apparently distros don't ship openldap.h
.
Unless there is some complication that I don't see, we should not declare this function. Distros should either ship openldap.h
, or they could patch python-ldap
to provide the declaration.
Metadata
Metadata
Assignees
Labels
No labels