Searched refs:o_dn (Results 1 - 25 of 53) sorted by relevance

123

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/proxyOld/
H A DproxyOld.c111 free( op->o_dn.bv_val );
113 ber_dupbv( &op->o_dn, &authzDN );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dextended.c391 if( op->o_dn.bv_len ) {
392 bv->bv_len = op->o_dn.bv_len + STRLENOF( "dn:" );
395 AC_MEMCPY( &bv->bv_val[STRLENOF( "dn:" )], op->o_dn.bv_val,
396 op->o_dn.bv_len );
H A Ddelete.c178 org_dn = op->o_dn;
181 op->o_dn = op->o_bd->be_rootdn;
203 op->o_dn = org_dn;
H A Doperation.c88 if ( !BER_BVISNULL( &op->o_dn ) ) {
89 ch_free( op->o_dn.bv_val );
H A Dbind.c70 if ( !BER_BVISNULL( &op->o_dn ) ) {
74 op->o_dn.bv_val[0] = '\0';
75 op->o_dn.bv_len = 0;
H A Dslapacl.c193 op->o_dn = authzDN;
208 op->o_dn = authcDN;
H A Dpasswd.c77 if( op->o_dn.bv_len == 0 ) {
130 ber_dupbv_x( &dn, &op->o_dn, op->o_tmpmemctx );
263 if( !isldapi && op->o_dn.bv_len == 0 ) {
287 if(ber_bvstrcasecmp(&op->o_req_dn, &op->o_dn) == 0) {
373 if(op->o_dn.bv_len) {
397 if( op->o_dn.bv_len && (ber_bvcmp(&op->o_req_ndn, &op->o_conn->c_dn) != 0) ) {
H A Dmodrdn.c325 org_dn = op->o_dn;
328 op->o_dn = op->o_bd->be_rootdn;
348 op->o_dn = org_dn;
H A Dapplehelpers.c115 op->o_dn = op->o_ndn = op->o_req_dn = op->o_req_ndn = dn;
186 fakeop->o_dn = *dn;
209 fakeop->o_dn = fakeop->o_req_dn = authdn;
210 dnNormalize(0, NULL, NULL, &fakeop->o_dn, &fakeop->o_ndn, NULL);
237 fakeop->o_dn = fakeop->o_ndn = policydn;
270 fakeop->o_dn = fakeop->o_ndn = policydn;
918 fakeop->o_dn = *dn;
1006 fakeop->o_dn = *dn;
1117 fakeop->o_dn = *dn;
1247 fakeop->o_dn
[all...]
H A Dcontrols.c1138 if ( !BER_BVISNULL( &op->o_dn ) ) {
1139 op->o_dn.bv_val[ 0 ] = '\0';
1141 op->o_dn.bv_len = 0;
1175 * from now on op->o_dn is normalized
1178 ber_bvreplace( &op->o_dn, &dn );
2032 if ( !BER_BVISNULL( &op->o_dn ) && !BER_BVISEMPTY( &op->o_dn ) ) {
2033 id = op->o_dn;
H A Dadd.c631 if ( BER_BVISEMPTY( &op->o_dn ) ) {
635 name = op->o_dn;
H A Dbackend.c1242 || BER_BVISEMPTY( &op->o_dn ) )
1251 if( op->o_authtype != LDAP_AUTH_SASL || BER_BVISEMPTY( &op->o_dn ) ) {
1259 if( BER_BVISEMPTY( &op->o_dn ) ) {
1290 if ( !starttls && BER_BVISEMPTY( &op->o_dn ) ) {
1304 ( !BER_BVISEMPTY( &op->o_dn )
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Ddynid.c155 struct berval op_dn = op->o_dn,
171 op->o_dn = op->o_bd->be_rootdn;
201 op->o_dn = op_dn;
223 struct berval op_dn = op->o_dn,
394 nop.o_dn = target_bd->be_rootdn;
421 struct berval op_dn = op->o_dn,
436 op->o_dn = op->o_bd->be_rootdn;
462 op->o_dn = op_dn;
H A Dodusers.c77 fakeop->o_dn = fakeop->o_ndn = op->o_ndn;
608 fakeop->o_dn = op->o_dn;
646 fakeop->o_dn = op->o_dn;
839 fakeop->o_dn = op->o_dn;
894 userfakeop->o_dn = op->o_dn;
896 userfakeop->o_req_dn = op->o_dn;
[all...]
H A Dnestedgroup.c80 nop.o_dn = target_bd->be_rootdn;
156 nop.o_dn = target_bd->be_rootdn;
H A Dauditlog.c120 who = &op->o_dn;
H A Dmemberof.c265 op2.o_dn = op->o_bd->be_rootdn;
356 op2.o_dn = op->o_bd->be_rootdn;
541 save_dn = op->o_dn;
548 op->o_dn = op->o_bd->be_rootdn;
624 op->o_dn = save_dn;
733 op->o_dn = save_dn;
805 save_dn = op->o_dn;
830 op->o_dn = op->o_bd->be_rootdn;
1177 op->o_dn = op->o_bd->be_rootdn;
1191 op->o_dn
[all...]
H A Dodlocales.c115 nop->o_dn = nop->o_ndn = op->o_bd->be_rootndn;
H A Ddynlist.c391 o.o_dn = id->a_vals[0];
674 o.o_dn = *id;
742 o.o_dn = id->a_vals[0];
779 if ( o.o_dn.bv_val != op->o_dn.bv_val ) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nssov/
H A Dpam.c177 op->o_dn.bv_val[0] = 0;
178 op->o_dn.bv_len = 0;
316 op->o_dn = dn;
374 op->o_dn = odn;
565 op->o_dn = op->o_bd->be_rootdn;
652 op->o_dn = pi.dn;
H A Dnssov.c274 op->o_dn.bv_len = sprintf(authid,"gidNumber=%d+uidNumber=%d,cn=peercred,cn=external,cn=auth",
276 op->o_dn.bv_val = authid;
277 op->o_ndn = op->o_dn;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/lastbind/
H A Dlastbind.c181 op2.o_dn = op->o_bd->be_rootdn;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/samba4/
H A Drdnval.c101 op2.o_dn = op->o_bd->be_rootdn;
499 op->o_dn = op->o_bd->be_rootdn;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dextended.c178 dn = op->o_dn;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dslapi_ops.c303 ber_dupbv( &op->o_dn, &be->be_rootdn );
321 if ( !BER_BVISNULL( &op->o_dn ) )
322 op->o_tmpfree( op->o_dn.bv_val, op->o_tmpmemctx );

Completed in 306 milliseconds

123