Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dback-monitor.h175 SLAPD_MONITOR_BACKEND_RDN "," SLAPD_MONITOR_DN
181 SLAPD_MONITOR_CONN_RDN "," SLAPD_MONITOR_DN
187 SLAPD_MONITOR_DATABASE_RDN "," SLAPD_MONITOR_DN
193 SLAPD_MONITOR_LISTENER_RDN "," SLAPD_MONITOR_DN
199 SLAPD_MONITOR_LOG_RDN "," SLAPD_MONITOR_DN
205 SLAPD_MONITOR_OPS_RDN "," SLAPD_MONITOR_DN
211 SLAPD_MONITOR_OVERLAY_RDN "," SLAPD_MONITOR_DN
217 SLAPD_MONITOR_SASL_RDN "," SLAPD_MONITOR_DN
223 SLAPD_MONITOR_SENT_RDN "," SLAPD_MONITOR_DN
229 SLAPD_MONITOR_THREAD_RDN "," SLAPD_MONITOR_DN
[all …]
H A Dinit.c2120 struct berval dn = BER_BVC( SLAPD_MONITOR_DN ), in monitor_back_db_init()
2233 struct berval bv, rdn = BER_BVC(SLAPD_MONITOR_DN); in monitor_back_db_open()
2276 SLAPD_MONITOR_DN ); in monitor_back_db_open()
2309 SLAPD_MONITOR_DN ); in monitor_back_db_open()
2324 SLAPD_MONITOR_DN ); in monitor_back_db_open()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_defaults.h66 #define SLAPD_MONITOR_DN "cn=Monitor" macro
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dbconfig.c3365 #ifdef SLAPD_MONITOR_DN in config_suffix()
3366 if(!strcasecmp(c->argv[1], SLAPD_MONITOR_DN)) { in config_suffix()
3370 c->log, c->cr_msg, SLAPD_MONITOR_DN); in config_suffix()