-
Notifications
You must be signed in to change notification settings - Fork 127
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
extern int | |
ldap_init_fd(ber_socket_t fd, int proto, LDAP_CONST char *url, LDAP **ldp); |
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.
tiran
Metadata
Metadata
Assignees
Labels
No labels