[GH-ISSUE #50] What crypt scheme is being used for passwords in the admin table. #44

Closed
opened 2026-02-26 09:35:24 +03:00 by kerem · 1 comment
Owner

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.

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.
kerem closed this issue 2026-02-26 09:35:24 +03:00
Author
Owner

@barryo commented on GitHub (Feb 15, 2014):

In ViMbAdmin 3, it's configured on this line and will support any method mentioned here.

<!-- gh-comment-id:35150797 --> @barryo commented on GitHub (Feb 15, 2014): In ViMbAdmin 3, it's [configured on this line](https://github.com/opensolutions/ViMbAdmin/blob/3.0.0/application/configs/application.ini.dist#L603) and will support any method mentioned [here](https://github.com/opensolutions/ViMbAdmin/blob/3.0.0/application/configs/application.ini.dist#L136).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ViMbAdmin-opensolutions#44
No description provided.