Displaying 1 result from an estimated 1 matches for "797,804".
2007 Jul 25
1
v1.1 alpha1: can't pop/imap login with LDAP
..._settings)
***************
*** 764,769 ****
--- 766,772 ----
ctx->vals = ldap_get_values(ctx->conn->ld, ctx->entry,
ctx->attr);
ctx->value = ctx->vals[0];
+ ctx->value_index = 0;
}
static void
***************
*** 797,804 ****
db_ldap_result_change_attr(ctx);
} else {
/* continuing existing attribute */
! if (ctx->value != NULL)
! ctx->value++;
}
if (ctx->v...