cosign.cgi uses platform specific crypt() for mysql logins. This can cause problems when the platform that Friend front-end is running on is different that the of the central cosign server.
e.g. cosign.cgi is on OSX (whose crypt() is only capable of DES), friend frontend is on linux (whose modern crypt() calls default to md5)
Anonymous