mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #146] Add mailbox password scheme to database #114
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#114
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 @PhrozenByte on GitHub (Jul 8, 2015).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/146
ViMbAdmin should store the used password scheme in the database, e.g. the password
testhashed withcrypt:sha512should be stored asThis has some advantages:
doveadmhas no advantages anymore 😃I can implement this and make a pull request (just a few lines to change), but as far as I know you don't want updates of the database scheme in minor releases?
@kaechele commented on GitHub (Aug 27, 2015):
There should be no database schema change required as it's just dovecot actually reading this field. Prepending the password scheme shouldn't break anything.
@PhrozenByte commented on GitHub (Aug 27, 2015):
Just prepending the password scheme makes it impossible to differentiate between a built-in scheme and the use of
doveadm. I didn't found a fully backward compatible solution without adding a new column.@barryo commented on GitHub (Apr 2, 2016):
I agree this is a good idea but it would probably require a major version bump. I'm happy to review a PR on this but it's an itch that we personally need scratched so can't assign resources to it 😢