[Zope] RE: installation

Nemeth Miklos nemeth@iqsoft.hu
Tue, 04 Jan 2000 23:10:00 +0100


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