What have I stupidly done? I'm running debian and as unix root have run 'zpasswd.py inituser' and 'zpasswd.py access' but neither name will allow me to login to zope. I get an 'Unauthorized' message from zope. Is there something special that I need to do extra? -- Unhappy country, where the sacred forces that were meant to support each man's rights are perverted to accomplish themselves the violation of these rights! -- Frédéric Bastiat (1801-1850) Rick Pasotto rickp@telocity.com http://www.niof.net
Rick Pasotto writes:
I'm running debian and as unix root have run 'zpasswd.py inituser' and 'zpasswd.py access' but neither name will allow me to login to zope. I get an 'Unauthorized' message from zope. Check that the created files are readable by the Zope process.
Note that Zope switches user soon after startup when you start it as "root" (to the user specified with the "-u" option or "nobody"). Dieter
participants (2)
-
Dieter Maurer -
Rick Pasotto