in the 2.3.x series. This is a major update over version 2.2.x, and changes include: * Slapd(8) enhancements - Updated slapd "overlay" interface, and several example (and mostly experimental) overlays. - Updated LDAP "sync" Engine with replication support, provider now an "overlay" - Numerous access control enhancements, including experimental "don't disclose on error" capability - Configuration backend * LDAPv3 extensions, including: - LDAP Password Policy - LDAP Component Matching (requires OpenLDAP snacc) - LDAP Modify Increment
13 lines
469 B
Text
13 lines
469 B
Text
$NetBSD: patch-an,v 1.3 2005/10/26 15:08:13 jlam Exp $
|
|
|
|
--- libraries/libldap/ldap-int.h.orig 2005-10-11 21:10:47.000000000 -0400
|
|
+++ libraries/libldap/ldap-int.h
|
|
@@ -598,7 +598,7 @@ LDAP_F (int) ldap_int_sasl_close LDAP_P(
|
|
|
|
LDAP_F (int) ldap_int_sasl_external LDAP_P((
|
|
LDAP *ld, LDAPConn *conn,
|
|
- const char* authid, ber_len_t ssf ));
|
|
+ const char* authid, ber_uint_t ssf ));
|
|
|
|
LDAP_F (int) ldap_int_sasl_get_option LDAP_P(( LDAP *ld,
|
|
int option, void *arg ));
|