Hi list!

I have a problem configuring the sogo to use md5 for user passwords.
Before I have made the change of userPasswordAlgorithm to md5 the user could log in to the system. After the change from /none/ to /md5 /the user couldn't login with the value of md5 string.
This is a part from my config:

[...]
<key>domain.com</key>
<dict>
<key>SOGoMailDomain</key>
<string>domain.com</string>
<key>SOGoUserSources</key>
<array>
<dict>
<key>canAuthenticate</key>
<string>YES</string>
<key>id</key>
<string>directory</string>
<key>isAddressBook</key>
<string>YES</string>
<key>type</key>
<string>sql</string>
<key>userPasswordAlgorithm</key>
<string>*md5*</string>
<key>viewURL</key>
<string>postgresql://sogo:sogo@localhost:5432/sogo/sogo_view</string>
</dict>
</array>
</dict>
[...]

Thanks for any help,

Szász Tamás
--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to