4 Jan
2000
4 Jan
'00
10:10 p.m.
Milos Prudek wrote:
It would be very nice to collect a list of troubles with Apache+Zope installation.
I have just verified that my troubles were also caused by using zpasswd.py to set SHA1 password: python zpasswd.py -u=super -p=super access while simply putting "super:super" into access works nicely...
I think the super should be actually "superuser".
Is something wrong with the way I called zpasswd.py?
-- Milos Prudek
I'm using the Pyton interpreter packaged with Zope: $ PYTHONPATH=.;bin/python zpasswd.py -u superuser -p 12345678 -e SHA -d *.iqsoft.hu access Miklos Nemeth