1 --- ptlib-2.16.2/src/ptclib/pldap.cxx 2016-05-12 11:53:04.000000000 +0200
2 +++ ptlib-2.16.2/src/ptclib/pldap.cxx.orig 2023-09-09 21:11:52.400305692 +0200
9 static const int AuthMethodCode[NumAuthenticationMethod2] = {
10 LDAP_AUTH_SIMPLE, LDAP_AUTH_SASL, LDAP_AUTH_KRBV41_30, LDAP_AUTH_KRBV42_30
12 --- ptlib-2.16.2/include/ptclib/pldap.h 2016-05-12 11:53:07.000000000 +0200
13 +++ ptlib-2.16.2/include/ptclib/pldap.h.orig 2023-09-09 21:28:37.016974899 +0200
20 NumAuthenticationMethod1,
21 NumAuthenticationMethod2
23 --- ptlib-2.16.2/configure.ac 2016-05-12 11:53:04.000000000 +0200
24 +++ ptlib-2.16.2/configure.ac.orig 2024-12-25 20:24:53.918899132 +0100
30 - [#include <ldap.h>],
31 + [-lldap-2.6 -llber-2.6],
32 + [#include <openldap/ldap.h>],
33 [ldap_init("localhost", 1234)],