Searched refs:newdn (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | refint.c | 80 BerValue newdn; member 509 struct berval newsub, newdn, olddn, oldndn; in refint_search_cb() local 518 if ( BER_BVISEMPTY( &rq->newdn ) ) in refint_search_cb() 524 build_new_dn( &newdn, &rq->newdn, &newsub, op->o_tmpmemctx ); in refint_search_cb() 525 ber_bvarray_add_x( &na->new_vals, &newdn, op->o_tmpmemctx ); in refint_search_cb() 529 build_new_dn( &newdn, &rq->newndn, &newsub, op->o_tmpmemctx ); in refint_search_cb() 530 ber_bvarray_add_x( &na->new_nvals, &newdn, op->o_tmpmemctx ); in refint_search_cb() 545 if ( !BER_BVISEMPTY( &rq->newdn ) ) { in refint_search_cb() 546 ber_dupbv_x( &dn, &rq->newdn, op->o_tmpmemctx ); in refint_search_cb() 679 if ( ra->dont_empty || !BER_BVISEMPTY( &rq->newdn ) ) { in refint_repair() [all …]
|
| H A D | syncprov.c | 1293 struct berval newdn; in syncprov_matchops() local 1303 build_new_dn( &newdn, &pdn, &op->orr_nnewrdn, op->o_tmpmemctx ); in syncprov_matchops() 1304 fc.fdn = &newdn; in syncprov_matchops()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-perl/ |
| H A D | SampleLDAP.pm | 140 my ( $dn, $newdn, $delFlag ) = @_; 142 $this->{$newdn} = $this->{$dn};
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| H A D | add.c | 247 struct berval newdn; in wt_add() local 251 build_new_dn( &newdn, &p->e_name, &rdn, NULL ); in wt_add() 254 op->ora_e->e_name = newdn; in wt_add()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| H A D | add.c | 237 struct berval newdn; in mdb_add() local 241 build_new_dn( &newdn, &p->e_name, &rdn, NULL ); in mdb_add() 244 op->ora_e->e_name = newdn; in mdb_add()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | bconfig.c | 4963 struct berval newdn, newndn; in config_rename_kids() local 4966 build_new_dn( &newdn, &ce->ce_entry->e_name, &rdn, NULL ); in config_rename_kids() 4970 ce2->ce_entry->e_name = newdn; in config_rename_kids()
|