Home
last modified time | relevance | path

Searched refs:ldap_ttl (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_parse.c86 result = cachemgr_set_integer(&(cache->ldap_ttl), in cachemgr_set_ttl()
H A Dcachemgr_getldap.c2323 current_admin.ldap_stat.ldap_ttl = in update_from_profile()
2329 current_admin.ldap_stat.ldap_ttl); in update_from_profile()
2414 current_admin.ldap_stat.ldap_ttl = atol((char *)*paramVal); in perform_update()
2425 current_admin.ldap_stat.ldap_ttl); in perform_update()
2428 if (current_admin.ldap_stat.ldap_ttl > 0) { in perform_update()
2445 lltostr((long long)current_admin.ldap_stat.ldap_ttl, in perform_update()
2568 sleeptime = current_admin.ldap_stat.ldap_ttl; in getldap_refresh()
2571 "seconds\n", current_admin.ldap_stat.ldap_ttl); in getldap_refresh()
H A Dcachemgr.c385 cache->ldap_ttl = atoi(optarg);
1103 new->ldap_stat.ldap_ttl) < 0) {
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_cache_door.h51 int ldap_ttl; /* time to live for positive entries */ member