Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_parse.c88 result = cachemgr_set_integer(&(cache->ldap_ttl), in cachemgr_set_ttl()
H A Dcachemgr_getldap.c2319 current_admin.ldap_stat.ldap_ttl = in update_from_profile()
2325 current_admin.ldap_stat.ldap_ttl); in update_from_profile()
2410 current_admin.ldap_stat.ldap_ttl = atol((char *)*paramVal); in perform_update()
2421 current_admin.ldap_stat.ldap_ttl); in perform_update()
2424 if (current_admin.ldap_stat.ldap_ttl > 0) { in perform_update()
2441 lltostr((long long)current_admin.ldap_stat.ldap_ttl, in perform_update()
2562 sleeptime = current_admin.ldap_stat.ldap_ttl; in getldap_refresh()
2565 "seconds\n", current_admin.ldap_stat.ldap_ttl); in getldap_refresh()
H A Dcachemgr.c383 cache->ldap_ttl = atoi(optarg);
1104 new->ldap_stat.ldap_ttl) < 0) {
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_cache_door.h51 int ldap_ttl; /* time to live for positive entries */ member