Searched refs:authdn (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dsasl.c706 struct berval authdn = {0}; local
717 authdn.bv_len = asprintf(&authdn.bv_val, "authGUID=%s,cn=users,cn=authdata", sl->uuidstr);
719 op->o_dn = op->o_ndn = op->o_req_dn = op->o_req_ndn = authdn;
749 free(authdn.bv_val);
H A Dapplehelpers.c182 struct berval authdn; local
205 authdn.bv_len = asprintf(&authdn.bv_val, "authGUID=%s,cn=users,cn=authdata", guidstr);
209 fakeop->o_dn = fakeop->o_req_dn = authdn;
216 free(authdn.bv_val);

Completed in 187 milliseconds