search for: vpopmail_is_disabled

Displaying 6 results from an estimated 6 matches for "vpopmail_is_disabled".

2018 Oct 04
3
vpopmail
...tead of using the hash (pw_passwd). It seems that in the code 'passdb-vpopmail.c' (below) that if the clear password (pw_clear_passwd) is present Dovecot skips the hashed password (pw_passwd), and we want authentication against the hashed password. <snippet> if (vpopmail_is_disabled(auth_request, vpw)) { auth_request_log_info(auth_request, AUTH_SUBSYS_DB, "%s disabled in vpopmail for this user", auth_request->service); password = NULL;...
2018 Oct 04
2
vpopmail
Quoting Aki Tuomi <aki.tuomi at open-xchange.com>: > On 03.10.2018 23:30, Eric Broch wrote: >> Hello list, >> >> I run Dovecot with the vpopmail driver and have found that it >> authenticates against the clear text password in the vpopmail >> database. Is there a configuration option either at compile time, link >> time, or a setting in one of the
2018 Oct 04
2
vpopmail
...that in the code 'passdb-vpopmail.c' (below) that if the >> clear password (pw_clear_passwd) is present Dovecot skips the >> hashed password (pw_passwd), and we want authentication against the >> hashed password. >> >> <snippet> >> if (vpopmail_is_disabled(auth_request, vpw)) { >> auth_request_log_info(auth_request, AUTH_SUBSYS_DB, >> "%s disabled in vpopmail for >> this user", >> auth_request->service); >>...
2018 Oct 04
0
vpopmail
...use that instead of using the hash (pw_passwd). It seems that in the code 'passdb-vpopmail.c' (below) that if the clear password (pw_clear_passwd) is present Dovecot skips the hashed password (pw_passwd), and we want authentication against the hashed password. <snippet> if (vpopmail_is_disabled(auth_request, vpw)) { auth_request_log_info(auth_request, AUTH_SUBSYS_DB, "%s disabled in vpopmail for this user", auth_request->service); password = NULL; *...
2018 Oct 04
0
vpopmail
...ng the hash (pw_passwd). > > It seems that in the code 'passdb-vpopmail.c' (below) that if the clear password (pw_clear_passwd) is present Dovecot skips the hashed password (pw_passwd), and we want authentication against the hashed password. > > <snippet> > if (vpopmail_is_disabled(auth_request, vpw)) { > auth_request_log_info(auth_request, AUTH_SUBSYS_DB, > "%s disabled in vpopmail for this user", > auth_request->service); > password = NULL...
2018 Oct 04
0
vpopmail
...assdb-vpopmail.c' (below) that if the >>> clear password (pw_clear_passwd) is present Dovecot skips the >>> hashed password (pw_passwd), and we want authentication against >>> the hashed password. >>> >>> <snippet> >>> ? ? ? ?if (vpopmail_is_disabled(auth_request, vpw)) { >>> ? ? ? ? ? ? ? ?auth_request_log_info(auth_request, AUTH_SUBSYS_DB, >>> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?"%s disabled in vpopmail for >>> this user", >>> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?auth_request->service); >...