search for: passdb_result_scheme_not_avail

Displaying 7 results from an estimated 7 matches for "passdb_result_scheme_not_avail".

2018 Oct 04
3
vpopmail
...*cleartext = TRUE; } else if (!*cleartext) password = t_strdup_noconst(vpw->pw_passwd); else password = NULL; *result_r = password != NULL ? PASSDB_RESULT_OK : PASSDB_RESULT_SCHEME_NOT_AVAILABLE; } </snippet> Looking for an option to make dovecot use hashed password instead of clear text. Hope this makes sense. -EricB We seem to have lost quoting.. First - Why aren't you just deleting all the clear text passwords? Second, for many domanis, my password q...
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
2014 Apr 25
1
Segfault in auth (when talked to by postfix lda)
...84ae248 cache_key = <optimized out> cache_cred = 0x0 cache_scheme = 0xb77f1abc "\234\211\004" result = -1216406852 __FUNCTION__ = "auth_request_lookup_credentials" #11 0xb77bc0b4 in auth_request_lookup_credentials_finish ( result=PASSDB_RESULT_SCHEME_NOT_AVAILABLE, credentials=credentials at entry=0xb774f693 <uchar_nul> "", size=size at entry=0, request=request at entry=0xb84b9218) at auth-request.c:802 No locals. #12 0xb77bc136 in auth_request_lookup_credentials_callback ( result=result at entry=PASSDB_RESULT_SCHEME_NOT_AVAIL...
2018 Oct 04
2
vpopmail
...} else if (!*cleartext) >> password = t_strdup_noconst(vpw->pw_passwd); >> else >> password = NULL; >> *result_r = password != NULL ? PASSDB_RESULT_OK : >> PASSDB_RESULT_SCHEME_NOT_AVAILABLE; >> } >> </snippet> >> >> >> Looking for an option to make dovecot use hashed password instead >> of clear text. >> >> Hope this makes sense. >> >> -EricB >> >> We seem to have lost quoting.. >> First...
2018 Oct 04
0
vpopmail
...*cleartext = TRUE; } else if (!*cleartext) password = t_strdup_noconst(vpw->pw_passwd); else password = NULL; *result_r = password != NULL ? PASSDB_RESULT_OK : PASSDB_RESULT_SCHEME_NOT_AVAILABLE; } </snippet> Looking for an option to make dovecot use hashed password instead of clear text. Hope this makes sense. -EricB -- Eric Broch White Horse Technical Consulting (WHTC) -------------- next part -------------- An HTML attachment was scrubbed... URL: <https...
2018 Oct 04
0
vpopmail
...> } else if (!*cleartext) > password = t_strdup_noconst(vpw->pw_passwd); > else > password = NULL; > *result_r = password != NULL ? PASSDB_RESULT_OK : > PASSDB_RESULT_SCHEME_NOT_AVAILABLE; > } > </snippet> > > > Looking for an option to make dovecot use hashed password instead of clear text. > > Hope this makes sense. > > -EricB > > We seem to have lost quoting.. > First - Why aren't you just deleting all the clear text pass...
2018 Oct 04
0
vpopmail
...f (!*cleartext) >>> ? ? ? ? ? ? ? ? ? ? ? ?password = t_strdup_noconst(vpw->pw_passwd); >>> ? ? ? ? ? ? ? ?else >>> ? ? ? ? ? ? ? ? ? ? ? ?password = NULL; >>> ? ? ? ? ? ? ? ?*result_r = password != NULL ? PASSDB_RESULT_OK : >>> ? ? ? ? ? ? ? ? ? ? ? ?PASSDB_RESULT_SCHEME_NOT_AVAILABLE; >>> ? ? ? ?} >>> </snippet> >>> >>> Looking for an option to make dovecot use hashed password instead >>> of clear text. >>> >>> Hope this makes sense. >>> >>> -EricB >>> >>> We seem to h...