Hi, could you give us more details on your system, like which version of SOGo you're running, the kind of MD5 (plain or crypt-MD5)... ?
Can you see the queries SOGo is issuing to the SQL server, for example in a query log? Without these details, it's difficult to give you any hints. Regards, Corrado ________________________________ Il giorno 17/feb/2011, alle ore 10:00, Szasz Tamas ha scritto: > 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
