Home
last modified time | relevance | path

Searched refs:MAX_LDAP_CONFIG_RETRY_TIME (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.h74 #define MAX_LDAP_CONFIG_RETRY_TIME 60 macro
H A Dnis_parse_ldap_conf.c891 if (sleep_seconds > MAX_LDAP_CONFIG_RETRY_TIME) in connect_to_ldap_config_server()
892 sleep_seconds = MAX_LDAP_CONFIG_RETRY_TIME; in connect_to_ldap_config_server()