Searched refs:ldap_cache_maxmem (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/amd/amd/
H A Damd.c326 gopt.ldap_cache_maxmem = 131072;
H A Dinfo_ldap.c353 ldap_enable_cache(ld, gopt.ldap_cache_seconds, gopt.ldap_cache_maxmem);
H A Damd.h310 long ldap_cache_maxmem; /* LDAP internal cache - max memory (bytes) */ member in struct:amu_global_options
H A Dconf.c178 {"ldap_cache_maxmem", gopt_ldap_cache_maxmem},
672 gopt.ldap_cache_maxmem = strtol((char *)val, &end, 10);
679 fprintf(stderr, "conf: ldap_cache_maxmem option ignored. No LDAP support available.\n");

Completed in 89 milliseconds