Lines Matching refs:entry

334                     "LDAP: Unable to add rebind cross reference entry. Out of memory?");
336 ldc->reason = "LDAP: Unable to add rebind cross reference entry.";
821 * Add the new connection entry to the linked list. Note that we
904 LDAPMessage *res, *entry;
911 /* get cache entry (or create one) */
1000 entry = ldap_first_entry(ldc->ldap, res);
1001 searchdn = ldap_get_dn(ldc->ldap, entry);
1057 /* get cache entry (or create one) */
1216 LDAPMessage *sga_res, *entry;
1278 entry = ldap_first_entry(ldc->ldap, sga_res);
1291 values = ldap_get_values(ldc->ldap, entry, subgroupAttrs[indx]);
1301 /* Check if this entry really is a group. */
1360 * generic, user-agnostic, cached group entry. This will create a new generic
1361 * cache entry if there
1364 * 2. Lock The cache and get the generic cache entry.
1366 * entry.
1442 * 2. Find previously created cache entry and check if there is already a
1466 * Found the generic group entry... but the user isn't in this
1511 * Find the generic group cache entry and add the sgl we just retrieved.
1527 * The group entry we want to attach our SGL to doesn't exist.
1533 "Cache entry for %s doesn't exist", dn);
1540 "util_ldap: Couldn't retrieve group entry "
1547 * We have a valid cache entry and a locally generated SGL.
1548 * Attach the SGL to the cache entry
1641 LDAPMessage *res, *entry;
1672 /* found entry in search cache... */
1677 * password doesn't match the storepassword, the entry will
1682 /* ...but entry is too old */
1689 /* ...and entry is valid */
1757 * We should have found exactly one entry; to find a different
1773 entry = ldap_first_entry(ldc->ldap, res);
1776 dn = ldap_get_dn(ldc->ldap, entry);
1846 values = ldap_get_values(ldc->ldap, entry, attrs[i]);
1880 /* Nothing in cache, insert new entry */
1891 /* Cache entry is valid, update lastbind */
1903 * This function will return the DN of the entry matching userid.
1917 LDAPMessage *res, *entry;
1948 /* found entry in search cache... */
1955 /* ...but entry is too old */
1959 /* ...and entry is valid */
2018 * We should have found exactly one entry; to find a different
2034 entry = ldap_first_entry(ldc->ldap, res);
2037 dn = ldap_get_dn(ldc->ldap, entry);
2055 values = ldap_get_values(ldc->ldap, entry, attrs[i]);
2089 /* Nothing in cache, insert new entry */
2095 * the entry if there is no password in it.
2098 /* Cache entry is valid, update lastbind */