Displaying 3 results from an estimated 3 matches for "passdb_cache_lookup_credenti".
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_credentia...
2004 Dec 06
0
[PATCH] passdb cache fixes
.../dontdiff dovecot-1.0-test55.vanilla/src/auth/passdb-cache.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 = passwo...
2006 Dec 15
1
Proxy MD5/NTLM requests not working
...rip=209.x.x.x resp=
Info: auth(default): client out: CONT 1
PDA1MTA2OTcxNzY0NjA1MTAuMTE2NjIwMjUxNkBtYXJiZWxsYS5pbmZvd2VzdC5jb20+
Info: auth(default): client in: CONT 1
YnV0Y2hAaW5mb3dlc3QuY29tIDBhNGNjNDJlN2QxOWI4ZjlkYjk0MjE2OTgxOGVmM2Ri
Error: auth(default): file passdb-cache.c: line 120
(passdb_cache_lookup_credentials): assertion failed: (*scheme_r != NULL)
Error: child 63406 (auth) killed with signal 6
Info: pop3-login: Authenticate PLAIN failed: Authentication failed:
Authentication server isn't connected, try again later..: method=PLAIN, rip=
209.x.x.x, lip=204.x.x.x, TLS
After this I tried adding thi...