HomeSort by: relevance | last modified time | path
    Searched defs:wt_modrdn (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
modrdn.c 34 wt_modrdn( Operation *op, SlapReply *rs ) function
66 Debug( LDAP_DEBUG_TRACE, "==> wt_modrdn(%s -> newrdn=%s - newsup=%s)\n",
77 Debug( LDAP_DEBUG_ANY, "wt_modrdn: wt_ctx_get failed\n");
99 "<== wt_modrdn: parent does not exist %s\n", p_ndn.bv_val);
104 "<== wt_modrdn: wt_dn2entry failed (%d)\n", rc );
118 "wt_modrdn: no access to parent\n");
124 "wt_modrdn: wr to children of entry %s OK\n", p_ndn.bv_val );
133 "wt_modrdn: parent dn=%s\n", p_dn.bv_val );
144 "<== wt_modrdn: wt_dn2entry failed (%d)\n", rc );
155 "<== wt_modrdn: no such object %s\n", op->o_req_dn.bv_val)
    [all...]

Completed in 14 milliseconds