Lines Matching refs:attrs
949 "%s: Unable to map to LDAP attrs for %s:dn=%s",
1033 tpa[i]->objectDN->write.attrs,
1039 tpa[i]->objectDN->write.attrs, 0);
1357 * Given an input string 'attrs' of the form "attr1=val1,attr2=val2,...",
1365 attrVal(const char *msg, char *attrName, char *def, char *attrs) {
1370 if (attrName == 0 || attrs == 0)
1378 filter = makeFilter(attrs);
1478 t->objectDN->write.attrs);
1509 stat = ldapModify(dn, rv, t->objectDN->write.attrs, 1);
1548 char *attrs[2], *filter, **fc = 0;
1592 filter = makeFilter(t->objectDN->read.attrs);
1598 return ((t->objectDN->read.attrs != 0) ?
1606 * the value to attrs[0]. Also remove the "nisObject"
1609 attrs[0] = sdup(myself, T, "nisObject");
1610 if (attrs[0] == 0) {
1615 attrs[1] = 0;
1636 sfree(attrs[0]);
1637 attrs[0] = sdup(myself, T, value+1);
1638 if (attrs[0] == 0) {
1654 nfc, fc, 0, attrs, 0, 1);
1655 sfree(attrs[0]);
1672 if (strcasecmp(ls->attrs[0],
1755 t->objectDN->write.attrs, 1);
1765 t->objectDN->write.attrs);
1792 t->objectDN->write.attrs, 0);