Lines Matching defs:entry

55  * Then this would map to the the following LDAP entry:
279 /* Try the default entry "*" */
293 * succeeded so massage the entry by
331 ns_ldap_entry_t *entry = NULL;
394 result->entries_count == 0 || result->entry->attr_count == 0) {
420 entry = result->entry;
421 for (i = 0; i < entry->attr_count; i++) {
424 attr = entry->attr_pair[i];
441 "ldap server map %s, entry for %s"
621 mastermap_callback_ldap(ns_ldap_entry_t *entry, void *udata)
635 trace_prt(1, "mastermap_callback_ldap: entry=%x\n", entry);
636 if (entry) {
638 "mastermap_callback_ldap: entry->attr_count=[ %d ]\n",
639 entry->attr_count);
644 * For the current entry, obtain the values of the cn and the
655 for (i = 0; i < entry->attr_count; i++) {
658 attr = entry->attr_pair[i];
718 "%s in ldap server map: entry too long (max %d chars)",
728 "%s in ldap server map: entry too long (max %d chars)",
760 for (i = 0; i < entry->attr_count; i++) {
763 attr = entry->attr_pair[i];
771 "Warning: invalid entry for %s in ldap server"
781 directmap_callback(ns_ldap_entry_t *entry, void *udata)
794 * For the current entry, obtain the value and length of the cn i.e.
799 for (i = 0; i < entry->attr_count; i++) {
802 attr = entry->attr_pair[i];
897 readdir_callback(const ns_ldap_entry_t *entry, const void *udata)
909 * For the current entry, obtain the value and length of the cn i.e. the
916 trace_prt(1, "readdir_callback: entry->attr_count=[ %d ]\n",
917 entry->attr_count);
919 for (i = 0; i < entry->attr_count; i++) {
922 attr = entry->attr_pair[i];
952 * Wildcard entry should be ignored - following entries should continue