Help with etcUser Folder
Hi, I'm running RedHat 6.1 with neither shadow, nor MD5 passwords, and I can't get the etcUserFolder product to work. I try creating an etcUser folder, I specify the /etc/passwd file and then it creates successfully, but no users are shown, and after specifying security levels on some other object to test it, the authentication doesn't work. It just keeps popping up the password dialog until 3 tries, and then gives an authentication error. Normal User Folders work fine. The Readme says that the cryptmodule.so might not work so I replaced it with the cryptmodule.so from my Python installation. Still no-go. Any suggestions on what I should try next? Thanks, joe
Zope will not open files outside of its root directory. You must either copy your passwd file or link it into your Zope's 'var' directory, I beleive. I'm not sure, it's been months since I wrote that code. I do know that this exact problem is documented in the etcUserFolder package. Probably in a readme file or something similar. Did you look in the package itself? -Michel Joseph Santaniello wrote:
Hi,
I'm running RedHat 6.1 with neither shadow, nor MD5 passwords, and I can't get the etcUserFolder product to work. I try creating an etcUser folder, I specify the /etc/passwd file and then it creates successfully, but no users are shown, and after specifying security levels on some other object to test it, the authentication doesn't work. It just keeps popping up the password dialog until 3 tries, and then gives an authentication error. Normal User Folders work fine. The Readme says that the cryptmodule.so might not work so I replaced it with the cryptmodule.so from my Python installation. Still no-go.
Any suggestions on what I should try next?
Thanks,
joe
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
[snip]
I do know that this exact problem is documented in the etcUserFolder package. Probably in a readme file or something similar. Did you look in the package itself?
-Michel
[snip] There it was in white and black in etcUserFolder.py. I'd only read the README. Thanks! Joe
participants (2)
-
Joseph Santaniello -
Michel Pelletier