Lines Matching defs:newSuperior
56 struct berval *newSuperior = op->oq_modrdn.rs_newSup;
59 "newrdn=\"%s\", newSuperior=\"%s\"\n",
61 newSuperior ? newSuperior->bv_val : "(NULL)" );
184 newSuperior ? ACL_WDEL : ACL_WRITE, NULL ) )
191 if ( newSuperior ) {
197 if ( BER_BVISEMPTY( newSuperior ) ) {
199 "newSuperior is \"\" - aborting\n" );
206 new_pdn = newSuperior;
249 if ( newSuperior && dn_match( &pndn, new_npdn ) ) {
251 "newSuperior is equal to old parent - ignored\n" );
252 newSuperior = NULL;
255 if ( newSuperior && dn_match( &op->o_req_ndn, new_npdn ) ) {
257 "newSuperior is equal to entry being moved "
260 rs->sr_text = "newSuperior is equal to old DN";