Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Doptions.c390 case LDAP_OPT_DEBUG_LEVEL: in ldap_get_option()
479 if (option == LDAP_OPT_DEBUG_LEVEL) { in ldap_set_option()
854 case LDAP_OPT_DEBUG_LEVEL: in ldap_set_option()
955 case LDAP_OPT_DEBUG_LEVEL: in ldap_set_option()
H A Dftest.c76 if ( ldap_set_option( NULL, LDAP_OPT_DEBUG_LEVEL, &debug ) in main()
H A Ddntest.c84 if ( ldap_set_option( NULL, LDAP_OPT_DEBUG_LEVEL, &debug ) != LDAP_OPT_SUCCESS ) { in main()
/netbsd-src/external/bsd/openldap/dist/libraries/librewrite/
H A Drewrite.c182 ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, &debug); in main()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dmain.c753 ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, &slap_debug); in ServiceMain()
876 ldap_set_option( NULL, LDAP_OPT_DEBUG_LEVEL, &slap_debug ); in ServiceMain()
H A Dslapcommon.c309 ldap_set_option( NULL, LDAP_OPT_DEBUG_LEVEL, &slap_debug ); in slap_tool_init()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dlog.c205 ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, &slap_debug); in monitor_subsys_log_modify()
/netbsd-src/external/bsd/openldap/dist/tests/progs/
H A Dslapd-common.c329 if ( ldap_set_option( NULL, LDAP_OPT_DEBUG_LEVEL, &debug ) in tester_config_opt()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddict_ldap.c611 #if defined(LDAP_OPT_DEBUG_LEVEL) && defined(LBER_OPT_LOG_PRINT_FN) in dict_ldap_connect()
621 if (ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, in dict_ldap_connect()
1867 #if defined(LDAP_OPT_DEBUG_LEVEL) && defined(LBER_OPT_LOG_PRINT_FN) in dict_ldap_open()
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dmain.c603 ldap_set_option( NULL, LDAP_OPT_DEBUG_LEVEL, &slap_debug ); in ServiceMain()
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Disakmp_xauth.c924 ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, &xauth_ldap_config.debug);
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h125 #define LDAP_OPT_DEBUG_LEVEL 0x5001 /* debug level */ macro
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dcommon.c1180 if( ldap_set_option( NULL, LDAP_OPT_DEBUG_LEVEL, &debug ) in tool_conn_setup()