Hello I just installed zope & plone. zope - ver 2.7.3 cmf - 1.5.0 plone 2.0.4 python 2.3.4 etcUserFolder - 1.2.0 I created a folder (auth/) in plone (csse/), and used etcUserFolder to validate users. Who ever I have in the password file I can see them under /csse/auth/acl_users (not editable mode), so far so good. Default role - tech (I defined it earlier) Authentication type standard basic I created a index.html file under folder auth/ and I did the following changes in the auth/ security 1) unchecked acquire for permission view 2) checked view permission for role tech so that when you try to view the the index.html it's ask for authentication, but it keep failing!!! Any help PLEASE!! thanks -- warm regards Vinita Vigine Murugiah Email : vinita@cs.mu.oz.au Ph : (03) 8344 1273
May me etcUserFolder is for Zope. not for Plone?? Is there any plugin to do authentication from the /etc/password file?? Thanks vinita vigine MURUGIAH wrote:
Hello I just installed zope & plone. zope - ver 2.7.3 cmf - 1.5.0 plone 2.0.4 python 2.3.4 etcUserFolder - 1.2.0
I created a folder (auth/) in plone (csse/), and used etcUserFolder to validate users. Who ever I have in the password file I can see them under /csse/auth/acl_users (not editable mode), so far so good. Default role - tech (I defined it earlier) Authentication type standard basic
I created a index.html file under folder auth/ and I did the following changes in the auth/ security 1) unchecked acquire for permission view 2) checked view permission for role tech
so that when you try to view the the index.html it's ask for authentication, but it keep failing!!!
Any help PLEASE!!
thanks
-- warm regards Vinita Vigine Murugiah Email : vinita@cs.mu.oz.au Ph : (03) 8344 1273
On Nov 22, 2004, at 6:29, vinita vigine MURUGIAH wrote:
May me etcUserFolder is for Zope. not for Plone??
Is there any plugin to do authentication from the /etc/password file??
The etcUserFolder is for Zope, correct. Some user folders work in Plne if you put them inside a GroupUserFolder, which is the only user folder that works directly with Plone. Please consult a Plone mailing list on how to get that to work. jens --------------- Jens Vagelpohl jens@zetwork.com Software Engineer +49-(0)441-36 18 14 38 Zetwork GmbH http://www.zetwork.com/
participants (2)
-
Jens Vagelpohl -
vinita vigine MURUGIAH