Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/server/
H A Dldap.c74 *ldap_debug_file = NULL; variable
1359 ldap_debug_file = _do_lookup_dhcp_string_option (options, in ldap_start()
1454 if (ldap_debug_file != NULL && ldap_debug_fd == -1) in ldap_start()
1456 if ((ldap_debug_fd = open (ldap_debug_file, O_CREAT | O_TRUNC | O_WRONLY, in ldap_start()
1458 log_error ("Error opening debug LDAP log file %s: %s", ldap_debug_file, in ldap_start()
2113 " Disabling log file.", ldap_debug_file, in ldap_write_debug()