HomeSort by: relevance | last modified time | path
    Searched refs:SLAPD_MONITOR_DN (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
back-monitor.h 183 SLAPD_MONITOR_BACKEND_RDN "," SLAPD_MONITOR_DN
189 SLAPD_MONITOR_CONN_RDN "," SLAPD_MONITOR_DN
195 SLAPD_MONITOR_DATABASE_RDN "," SLAPD_MONITOR_DN
201 SLAPD_MONITOR_LISTENER_RDN "," SLAPD_MONITOR_DN
207 SLAPD_MONITOR_LOG_RDN "," SLAPD_MONITOR_DN
213 SLAPD_MONITOR_OPS_RDN "," SLAPD_MONITOR_DN
219 SLAPD_MONITOR_OVERLAY_RDN "," SLAPD_MONITOR_DN
225 SLAPD_MONITOR_SASL_RDN "," SLAPD_MONITOR_DN
231 SLAPD_MONITOR_SENT_RDN "," SLAPD_MONITOR_DN
237 SLAPD_MONITOR_THREAD_RDN "," SLAPD_MONITOR_DN
    [all...]
init.c 2125 struct berval dn = BER_BVC( SLAPD_MONITOR_DN ),
2238 struct berval bv, rdn = BER_BVC(SLAPD_MONITOR_DN);
2281 SLAPD_MONITOR_DN );
2314 SLAPD_MONITOR_DN );
2328 SLAPD_MONITOR_DN );
  /src/external/bsd/openldap/dist/include/
ldap_defaults.h 73 #define SLAPD_MONITOR_DN "cn=Monitor"
  /src/external/bsd/openldap/dist/servers/slapd/
bconfig.c 3414 #ifdef SLAPD_MONITOR_DN
3415 if(!strcasecmp(c->argv[1], SLAPD_MONITOR_DN)) {
3419 c->log, c->cr_msg, SLAPD_MONITOR_DN);

Completed in 66 milliseconds