Lines Matching refs:update_dn
180 struct ldb_dn *update_dn = NULL;
304 if(update_dn) {
311 ret = sysdb_delete_entry(sysdb, update_dn, true);
316 update_dn));
330 update_dn = NULL;
332 update_dn = talloc_steal(tmp_ctx, res->msgs[i]->dn);
349 if (update_dn) {
351 ret = sysdb_svc_update(sysdb, update_dn, port, aliases, protocols);
355 aliases, protocols, &update_dn);
378 ret = sysdb_set_entry_attr(sysdb, update_dn, attrs, SYSDB_MOD_REP);