Searched refs:newdn (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-perl/
H A DSampleLDAP.pm140 my ( $dn, $newdn, $delFlag ) = @_;
142 $this->{$newdn} = $this->{$dn};
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Drefint.c75 BerValue newdn; member in struct:refint_q
465 struct berval newsub, newdn, olddn, oldndn; local
474 if ( BER_BVISEMPTY( &rq->newdn ) )
480 build_new_dn( &newdn, &rq->newdn, &newsub, op->o_tmpmemctx );
481 ber_bvarray_add_x( &na->new_vals, &newdn, op->o_tmpmemctx );
485 build_new_dn( &newdn, &rq->newndn, &newsub, op->o_tmpmemctx );
486 ber_bvarray_add_x( &na->new_nvals, &newdn, op->o_tmpmemctx );
501 if ( !BER_BVISEMPTY( &rq->newdn ) ) {
502 ber_dupbv_x( &dn, &rq->newdn, o
[all...]
H A Dsyncprov.c1175 struct berval newdn; local
1185 build_new_dn( &newdn, &pdn, &op->orr_nnewrdn, op->o_tmpmemctx );
1186 fc.fdn = &newdn;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/ldap/
H A Dldapx.tcl120 method dn {{newdn {-}}} {
122 if {$newdn ne "-"} then {
123 set dn $newdn
681 proc DiffDn {newdn olddn _tnew _told} {
689 if {[string equal -nocase $newdn $olddn]} then {
703 if {! [regexp {^([^=]+)=([^,]+),(.*)} $newdn m nattr nval nsup]} then {
704 return -code "Invalid new DN '$newdn'"
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dadd.c300 struct berval newdn; local
304 build_new_dn( &newdn, &p->e_name, &rdn, NULL );
307 op->ora_e->e_name = newdn;
310 * dnNormalize(newdn) == e->e_nname ... */
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dbconfig.c4540 struct berval newdn, newndn; local
4543 build_new_dn( &newdn, &ce->ce_entry->e_name, &rdn, NULL );
4547 ce2->ce_entry->e_name = newdn;

Completed in 124 milliseconds