Lines Matching defs:items
73 int ldap_getpwnam(char *name, attrlist *items, pwu_repository_t *rep,
75 int ldap_update(attrlist *items, pwu_repository_t *rep, void *buf);
287 ldap_getattr(char *name, attrlist *items, pwu_repository_t *rep)
295 res = ldap_getpwnam(name, items, rep, (void **)&ldapbuf);
302 for (w = items; res == PWU_SUCCESS && w != NULL; w = w->next) {
392 * int ldap_getpwnam(name, items, rep, buf)
404 ldap_getpwnam(char *name, attrlist *items, pwu_repository_t *rep,
540 * ldap_update(items, rep, buf)
542 * create LDAP attributes in 'buf' for each attribute in 'items'.
546 ldap_update(attrlist *items, pwu_repository_t *rep, void *buf)
574 for (p = items; p != NULL; p = p->next) {