Searched refs:update_dn (Results 1 - 1 of 1) sorted by relevance
/sssd-io/src/db/ |
H A D | sysdb_services.c | 180 struct ldb_dn *update_dn = NULL; local 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, attr [all...] |
Completed in 594 milliseconds