mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #283] add support for MD5-CRYPT and use it as default #267
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#267
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/283
Originally assigned to: @tonioo on GitHub.
Originally created by Walter Doekes on 2012-07-01T07:45:53Z
Hi,
Solution: implemented MD5-CRYPT as default password scheme (default_pass_scheme = MD5-CRYPT in dovecot).
See attached patch.
Regards,
Walter Doekes
OSSO B.V.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2012-07-01T13:51:56Z
Hi Walter,
thanks for this patch, it is indeed an interesting feature. About the md5crypt implementation you propose, I think you should copy the original header inside it before Modoboa can use it.
I haven't seen anything wrong with your code anyway, I'll certainly add it to 0.9.1.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Walter Doekes on 2012-07-01T22:43:17Z
Antoine Nguyen wrote:
Do you need me to do anything? I'm not quite sure what you mean.
Regards,
Walter
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2012-07-02T08:38:57Z
Walter Doekes wrote:
No, sorry. I wasn't clear enough :-)
I've just copy/paste the license header to avoid any issue in the future.