Lines Matching refs:attr
506 /* check if this attr is valid with the chosen schema */
508 /* check if it is an attr we are interested in */
511 /* interesting attr */
577 /* The same LDAP attr might be used for more sysdb
582 /* check if this attr is valid with the chosen
586 /* check if it is an attr we are interested in */
779 /* check if this attr is valid with the chosen schema */
781 /* check if it is an attr we are interested in */
785 /* interesting attr */
1465 static bool attr_is_filtered(const char *attr, const char **filter)
1472 if (filter[i] == attr ||
1473 strcasecmp(filter[i], attr) == 0) {
1554 int sdap_replace_id(struct sysdb_attrs *entry, const char *attr, id_t val)
1560 ret = sysdb_attrs_get_el_ext(entry, attr, false, &el);
1562 return sysdb_attrs_add_uint32(entry, attr, val);
1564 DEBUG(SSSDBG_OP_FAILURE, "Cannot get attribute [%s]\n", attr);
1570 "Expected 1 value for %s, got %d\n", attr, el->num_values);