Package: zope
Version: 2.6.4-1.6

Installation does not create inital user accounts. Thus the script
zpasswd.py in /usr/lib/zope must be used to create the initial users.

I used  "zpasswd.py access" and "zpasswd.py inituser" and the files
were created in the same directory where the script was run.

Zope then proceeds to reject the login because it cannot find the file
that was just created. I looked around and found the directory:
/var/lib/zope/instance/default/
which looks suprizingly similar and when inituser is copied to that
directory Zope will authenticate me.

Thus an appropriate change in zpasswd.py would be 

To add the appropriate path (/var/lib/zope/instance/default/ ?) here:
@line 140 of zpasswd.py

      access_file = open(args[0], 'w')

I am not sure how to differentiate between instances of Zope though.

Peace,
 Ivan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to