Je crois que j'ai enfin trouvé: - définir le mot de passe avec la commande python -c 'import getpass,crypt,random,string; \print crypt.crypt(getpass.getpass(), \"".join(random.sample(string.ascii_letters + string.digits, 8)))' - recopier le mot de passe crypté dans /etc/tryton/trytond.conf - redémarrer le service trytond
Merci à tous
