mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #50] What crypt scheme is being used for passwords in the admin table. #44
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#44
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 @janusqa on GitHub (Sep 21, 2013).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/50
Hi,
I wanted to use auth_mysql mod in apache2 to use the admin table for authentication. I sucessfully did so before with the mailbox table because the password feel seems to be hashed in a way that the auth_mysql mod understands. Not so with the passwords in the admin table. What method is being used to hash the passwords there and is it something that is supported with auth_mysql. If not can I change how passwords are stored in the admin table to use the same scheme as they are stored in the mailbox table (i.e using CRYPT-SHA512 via doveadm pw).
Thanks.
@barryo commented on GitHub (Feb 15, 2014):
In ViMbAdmin 3, it's configured on this line and will support any method mentioned here.