** Branch linked: lp:openobject-addons -- You received this bug notification because you are a member of OpenERP Indian Team, which is subscribed to OpenERP Addons. https://bugs.launchpad.net/bugs/1040901
Title: Hardcoded openid temp directory Status in OpenERP Addons (modules): Fix Committed Bug description: This is seen on current trunk, although I remember it's not the first time I've come accross it: OSError: [Errno 13] Permission denied: '/tmp/openerp-auth_openid- store/nonces' Probably a hardcoded name for this directory leading to that error in multi-user environments. If true the user name and numeric id should be used to provide robust user differentiation and continue to share accross several processes (e.g., Gunicorn) on the same box without resorting to session affinity. To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/1040901/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openerp-india Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-india More help : https://help.launchpad.net/ListHelp

