Displaying 2 results from an estimated 2 matches for "db_ldap_result_iterate_context".
2007 Jul 25
1
v1.1 alpha1: can't pop/imap login with LDAP
...ctx->value = ctx->vals[++ctx->value_index];
}
if (ctx->value != NULL) {
*** src/auth/userdb-ldap.c.orig Thu Jul 12 10:42:49 2007
--- src/auth/userdb-ldap.c Tue Jul 24 20:33:45 2007
***************
*** 37,42 ****
--- 37,44 ----
struct db_ldap_result_iterate_context *ldap_iter;
const char *name, *const *values;
+ auth_request_init_userdb_reply(auth_request);
+
ldap_iter = db_ldap_result_iterate_init(conn, entry, auth_request,
conn->user_attr_map);
while (db_ldap_result_iterate_ne...
2016 Jul 26
2
[BUG] Re: auth_bind with "()" in username not working
Hi guys,
I had a look in the sources about this problem.
the problem seems to be the ldap_escape function that is called from
ldap_verify_plain_auth_bind_userdn(..)
I dont really know if this escaping is needed at this point, but with
this change it works for me. No other problems discovered so far.
could somebody, who is deeper in the sources give me a hint if
this will make some troubles?