5 Jan
2000
5 Jan
'00
11:14 p.m.
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...
It's the '=' sign that's causing the problem. I got bitten by that just yesterday If you run zpasswd.py with the command you have above, it will make a superuser called '=super' - check in the resulting access file. I believe that if you use the long option names (username, password) then you use the '=' sign. Dunno, didn't try it. Just remove the '=' and it'll work. Julian.