Hello Hans G
On 2012-05-14 14:39, [email protected] wrote: > > I have set up sogo using mysql. > The table is the same as I use for postfix and dovecot. > The password is encoded with crypt MD5. > > I set the .GNUstepDefaults to: > <key>userPasswordAlgorithm</key> > <string>crypt</string> > Crypt is not equal to MD5!!!! This will not work. > > This way I can actually login with sogo! > Yes, because the cipher used to encryt is in the password itself. As long as you don't change one through SOGo this will work. > But when I use sogo to change my password (to the same password) things > go wrong, > The password gets changed to something shorter. > After this sogo can still login but dovecot cannot! > That is because now you have a "crypt" passwort instead of an "MD5" one. So you have to change the above setting and reboot sogod. Kind regards, Christian Mack -- Christian Mack Gruppe Informationsdienste Rechenzentrum Universität Konstanz -- [email protected] https://inverse.ca/sogo/lists
