Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.h72 #define MAX_LDAP_CONFIG_RETRY_TIME 60 macro
H A Dnis_parse_ldap_conf.c886 if (sleep_seconds > MAX_LDAP_CONFIG_RETRY_TIME) in connect_to_ldap_config_server()
887 sleep_seconds = MAX_LDAP_CONFIG_RETRY_TIME; in connect_to_ldap_config_server()