For compilation with Netscape's SDK the following change is needed in qldap-ldaplib.c
/* Handle differences between LDAP SDK's constant definitions */ #ifndef LDAP_CONST #define LDAP_CONST const #endif #ifndef LDAP_OPT_SUCCESS #define LDAP_OPT_SUCCESS 0 #endif Melissa Evans
