[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#3458) ppolicy overlay doesn't build (missing declarations)



Full_Name: Pierangelo Masarati
Version: 2.3
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (131.175.154.56)


ppolicy overlay doesn't build because of missing declarations, which are hidden
in include/ldap.h behind #ifdef LDAP_DEVEL; don't know what's best to fix it:
#define LDAP_DEVEL (or better #define LDAP_CONTROL_PASSWORDPOLICYREQUEST, as
conditionally defined in include/ldap.h when LDAP_DEVEL is #define'd) or inhibit
the building of the overlay #ifndef'd LDAP_DEVEL or so.

p.