Lines Matching defs:entry
245 /* ok now we are ready to modify the entry */
495 DEBUG(SSSDBG_FATAL_FAILURE, "WARNING: Could not add entry %s,"
504 "WARNING: Could not remove entry %s,"
516 DEBUG(SSSDBG_TRACE_ALL, "WARNING: Could not remove entry %s,"
523 DEBUG(SSSDBG_TRACE_ALL, "WARNING: Could not remove entry %s,"
530 DEBUG(SSSDBG_TRACE_ALL, "WARNING: Could not remove entry %s,"
1123 DEBUG(SSSDBG_TRACE_FUNC, "Adding ghost [%s] to entry [%s]\n",
1193 struct ldb_message *entry;
1234 entry = res->msgs[i];
1235 key = ldb_msg_find_attr_as_string(entry,
1237 value = ldb_msg_find_attr_as_string(entry,
1239 memberof_el = ldb_msg_find_element(entry, SYSDB_MEMBEROF);
1261 "Cannot save autofs entry [%s]-[%s] into map %s\n",
1269 /* Delete the old entry if it was either processed or incomplete */
1271 ldb_dn_get_linearized(entry->dn));
1273 ret = ldb_delete(sysdb->ldb, entry->dn);
1275 DEBUG(SSSDBG_OP_FAILURE, "Cannot delete old autofs entry %s\n",
1276 ldb_dn_get_linearized(entry->dn));
1715 /* This entry does not have this element, fine */