OpenLDAP 2.0 Change Log
OpenLDAP 2.0.9 Engineering
+ Add slapd obsolete schema check
+ Add slapd collective schema check
+ Fix slapd printableString syntax bug
+ Fix ldbm bdb3 set_cachesize bug
Build Environment
Add nisMailAlias (ITS#876)
Fix inet_ntop configure test (ITS#1146)
- Fix thr_nt.c typo bug
+ Fix thr_nt.c syntax bug
OpenLDAP 2.0.8 Release
Fixed slapd empty OID value bug (ITS#882)
-2.0.9-Engineering
+2.0.9-Release
.SH SEE ALSO
.BR lber-encode (3)
.BR lber-decode (3)
+.BR lber-memory (3)
.LP
.SH ACKNOWLEDGEMENTS
.B OpenLDAP
* 2.0.0 -> 20000
* 2.3.16 -> 20316
*/
-#define LDAP_VENDOR_VERSION 20008
+#define LDAP_VENDOR_VERSION 20009
/* OpenLDAP API Features */
#define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION
ret->set_pagesize( ret, DEFAULT_DB_PAGE_SIZE );
ret->set_malloc( ret, ldbm_malloc );
- ret->set_cachesize( ret, 0, dbcachesize, 0 );
+
err = ret->open( ret, name, NULL, DB_TYPE, rw, mode);
LDBM_UNLOCK;
if ( err != 0 )