You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
615 B

--- src/util/dict_ldap.c.dist Wed Apr 2 17:31:29 2003
+++ src/util/dict_ldap.c Wed Apr 2 17:37:22 2003
@@ -400,20 +400,6 @@
myname, dict_ldap->ldapsource);
}
}
-#else
-
- rc = ldap_enable_cache(dict_ldap->ld, dict_ldap->cache_expiry,
- dict_ldap->cache_size);
- if (rc != LDAP_SUCCESS) {
- msg_warn
- ("%s: Unable to configure cache for %s: %d (%s) -- continuing",
- myname, dict_ldap->ldapsource, rc, ldap_err2string(rc));
- } else {
- if (msg_verbose)
- msg_info("%s: Caching enabled for %s",
- myname, dict_ldap->ldapsource);
- }
-
#endif
}
if (msg_verbose)