search for: db_ldap_result_change_attr

Displaying 1 result from an estimated 1 matches for "db_ldap_result_change_attr".

2007 Jul 25
1
v1.1 alpha1: can't pop/imap login with LDAP
...9 **** --- 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->value != NULL) { --- 800,806 ---- db_...