Searched defs:update_dn (Results 1 - 1 of 1) sorted by relevance

/sssd/src/db/
H A Dsysdb_services.c180 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 314 milliseconds