search for: scheme_r

Displaying 3 results from an estimated 3 matches for "scheme_r".

Did you mean: scheme
2004 Dec 06
0
[PATCH] passdb cache fixes
...c dovecot-1.0-test55/src/auth/passdb-cache.c --- dovecot-1.0-test55.vanilla/src/auth/passdb-cache.c 2004-12-04 18:05:55.000000000 +0300 +++ dovecot-1.0-test55/src/auth/passdb-cache.c 2004-12-05 18:52:57.000000000 +0300 @@ -88,7 +88,6 @@ int passdb_cache_lookup_credentials(stru const char **scheme_r) { const char *value, *const *list; - const char *cached_pw; if (passdb_cache == NULL) return FALSE; @@ -108,7 +107,7 @@ int passdb_cache_lookup_credentials(stru list_save(request, NULL, list+1); *result_r = list[0]; - *scheme_r = password_get_scheme(&cached_pw); + *schem...
2009 Feb 17
2
assertion failed
Does anyone know what might cause this? # dovecot --version 1.1.7 Feb 17 18:21:51 imap-proxy-temp dovecot: Panic: auth(default): file passdb-cache.c: line 121 (passdb_cache_lookup_credentials): assertion failed: (*scheme_r != NULL || *password_r == NULL) Feb 17 18:21:51 imap-proxy-temp dovecot: auth(default): Raw backtrace: dovecot-auth [0x42c0ea] -> dovecot-auth [0x42c143] -> dovecot-auth [0x42b7f6] -> dovecot-auth [0x41acb6] -> dovecot-auth(auth_request_lookup_credentials+0x6f) [0x411cdf] -> dovecot-...
2006 Dec 15
1
Proxy MD5/NTLM requests not working
Having some problems with setting up a proxy with any authentication mechanisms other than PLAIN. My passwords are stored in my database in plaintext (and MD5), so I figure I could use whatever scheme I want. Using the latest RC15. MySQL for the backend. This first one is CRAM-MD5. It fails (scheme_r != NULL??) then PLAIN tries to take over, but the auth server is restarting: Info: auth(default): client in: AUTH 1 CRAM-MD5 service=POP3 secured lip=204.x.x.x rip=209.x.x.x resp= Info: auth(default): client out: CONT 1 PDA1MTA2OTcxNzY0NjA1MTAuMTE2NjIwMjUxNkBtYXJiZWxsYS5pbmZvd...