Lines Matching defs:override

525                   "Missing anchor in override attributes.\n");
538 /* if there is no override for the given object, just store the DN of
540 * that it was checked if an override exists and none was found. */
557 DEBUG(SSSDBG_CRIT_FAILURE, "Object to override does not exists.\n");
573 * no override, or to a override object. This means it can change from
574 * the object DN to a override DN and back but not from one override
575 * DN to a different override DN. If the new and the old DN are the
581 "Existing [%s] and new [%s] override DN do not match.\n",
689 "Failed to store override entry: %s(%d)[%s]\n",
725 "Failed to store override DN: %s(%d)[%s]\n",
806 * override name are the same, we use the *_safe version here. */
1050 DEBUG(SSSDBG_TRACE_FUNC, "No user override found for cert [%s].\n",
1056 "Found more than one override for cert [%s].\n", cert);
1067 "Missing link to original object in override [%s].\n",
1146 DEBUG(SSSDBG_TRACE_FUNC, "No user override found for name [%s].\n",
1152 "Found more than one override for name [%s].\n", name);
1163 "Missing link to original object in override [%s].\n",
1288 DEBUG(SSSDBG_CRIT_FAILURE, "Unexpected override object type [%d].\n",
1303 "No user override found for %s with id [%lu].\n",
1309 "Found more than one override for id [%lu].\n", id);
1320 "Missing link to original object in override [%s].\n",
1374 * @brief Add override data to the original object
1378 * @param[in] override_obj The object with the override data, may be NULL
1399 struct ldb_message *override;
1439 "Missing override DN for object [%s].\n",
1479 override = res->msgs[0];
1487 "Base search for override object returned [%d] results.\n",
1493 override = override_obj;
1497 tmp_el = ldb_msg_find_element(override, attr_map[c].attr);
1578 "Missing override DN for object [%s].\n",
1607 /* If there is an override object, check if the name is overridden */
1609 DEBUG(SSSDBG_TRACE_ALL, "Checking override for object [%s].\n",
1621 "Base search for override object returned [%d] results.\n",
1665 DEBUG(SSSDBG_TRACE_ALL, "No override name available.\n");