Displaying 4 results from an estimated 4 matches for "pam_dovecotmd5pwd".
2017 Mar 25
2
Tip: update dovecot MD5 password from PAM
This is a PAM module that listens for password changes, and will update
the MD5 password for a user, in a file that dovecot can read, when the
user's password is changed:
https://github.com/steinarb/pam_dovecotmd5pwd
Caveat emptor! (Works for me...! :-) )
2017 Mar 26
3
Tip: update dovecot MD5 password from PAM
...vecot.fi>:
> On 2017-03-25 17:54, Steinar Bang wrote:
>> This is a PAM module that listens for password changes, and will update
>> the MD5 password for a user, in a file that dovecot can read, when the
>> user's password is changed:
>> https://github.com/steinarb/pam_dovecotmd5pwd
>>
>> Caveat emptor! (Works for me...! :-) )
> Maybe you could update the PAM module to upgrade user's passwords to
> something safer than MD5? Like SSHA515 or CRYPT-SHA512? =)
Is it possible to do CRAM[1] with any of these encryption methods?
And, if so: are these encrypti...
2017 Mar 25
0
Tip: update dovecot MD5 password from PAM
On 2017-03-25 17:54, Steinar Bang wrote:
> This is a PAM module that listens for password changes, and will update
> the MD5 password for a user, in a file that dovecot can read, when the
> user's password is changed:
> https://github.com/steinarb/pam_dovecotmd5pwd
>
> Caveat emptor! (Works for me...! :-) )
Maybe you could update the PAM module to upgrade user's passwords to
something safer than MD5? Like SSHA515 or CRYPT-SHA512? =)
Aki
2017 Mar 26
0
Tip: update dovecot MD5 password from PAM
...On 2017-03-25 17:54, Steinar Bang wrote:
> >> This is a PAM module that listens for password changes, and will update
> >> the MD5 password for a user, in a file that dovecot can read, when the
> >> user's password is changed:
> >> https://github.com/steinarb/pam_dovecotmd5pwd
> >>
> >> Caveat emptor! (Works for me...! :-) )
>
> > Maybe you could update the PAM module to upgrade user's passwords to
> > something safer than MD5? Like SSHA515 or CRYPT-SHA512? =)
>
> Is it possible to do CRAM[1] with any of these encryption meth...