Why my zope ask me login twice ?
Dear friends on this list, This question probably had been anwsered. But I just search the archie. I add a Ldaplogin Adapter on a folder under my root folder. Then I try to use the ldap to check the user login. When I login the the subfolder. The Zope ask me the password the check with ldap server then ask me again the password again to match the acl_users under root folder. I have no idea. Thanks a lot, Have a nice day Terry
if i interpret your message correctly it seems that you have a user account with the very same username both in LDAP and in the standard user folder in your site root, possibly with different passwords. this is a bad idea. try to use unique account names. jens On Friday, December 28, 2001, at 11:38 , Terry wrote:
Dear friends on this list,
This question probably had been anwsered. But I just search the archie. I add a Ldaplogin Adapter on a folder under my root folder. Then I try to use the ldap to check the user login. When I login the the subfolder. The Zope ask me the password the check with ldap server then ask me again the password again to match the acl_users under root folder. I have no idea.
Thanks a lot,
Have a nice day
Terry
On 01-Dec-29 09:50, Jens Vagelpohl wrote:
if i interpret your message correctly it seems that you have a user account with the very same username both in LDAP and in the standard user folder in your site root, possibly with different passwords.
this is a bad idea. try to use unique account names.
What if my users can log in using a one-time-password thing or their fix passwords? They are supposed to log in with OTP from the outside, but they prefer their old passwords when on the LAN. I thought I will create two user folders, with the same names in both. Or if a PAM based user folder exists, I could use that with the two plugins, only I didn't find a PAM user folder this far. Regards Gee
On Sat, 29 Dec 2001 12:38:05 +0800, Terry <terry@taipeitimes.com> wrote:
This question probably had been anwsered. But I just search the archie. I add a Ldaplogin Adapter on a folder under my root folder. Then I try to use the ldap to check the user login. When I login the the subfolder. The Zope ask me the password the check with ldap server then ask me again the password again to match the acl_users under
It is possible that your browser thinks it is talking to two different sites. The host names may be different for some requests using a numeric IP address, or non-fully-qualified domain name. The easiest way to track this down may be to add a logging proxy between your browser and the server. Toby Dickenson tdickenson@geminidataloggers.com
participants (4)
-
Jens Vagelpohl -
Nagy Gabor -
Terry -
Toby Dickenson