I was looking in the entries in the Z2.log file and it lists the user as being "Anonymous" when I'm actually logged in as a validated user. I'm using the LDAPLoginAdapter for my top-level acl_users. I have no other acl_users folders. Any comments? George __________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com
On Wed, 26 Sep 2001, George Nguyen wrote:
I was looking in the entries in the Z2.log file and it lists the user as being "Anonymous" when I'm actually logged in as a validated user.
This is very likely the result of an authentication...optimization?...done by the security machinery: if the resource requires only Anonymous permission to access, then no further security checks are done, including identification of the user. This leads to various unexpected behaviors, presumably this among them, and there has been at least one motion to change this behavior. I don't know if it has made it into the Fishbowl yet or not. --RDM
Someone (Shane?) claimed that 2.4.1 removes this "optimization". ----- Original Message ----- From: "R. David Murray" <bitz@bitdance.com> To: "George Nguyen" <gnguyen@yahoo.com> Cc: <zope-dev@zope.org> Sent: Wednesday, September 26, 2001 4:40 PM Subject: Re: [Zope-dev] Z2.log file not showing user name correctly
On Wed, 26 Sep 2001, George Nguyen wrote:
I was looking in the entries in the Z2.log file and it lists the user as being "Anonymous" when I'm actually logged in as a validated user.
This is very likely the result of an authentication...optimization?...done by the security machinery: if the resource requires only Anonymous permission to access, then no further security checks are done, including identification of the user. This leads to various unexpected behaviors, presumably this among them, and there has been at least one motion to change this behavior. I don't know if it has made it into the Fishbowl yet or not.
--RDM
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
Logging the authenticated user works for me (trunk/branch). Andreas ----- Original Message ----- From: "Chris McDonough" <chrism@zope.com> To: "R. David Murray" <bitz@bitdance.com>; "George Nguyen" <gnguyen@yahoo.com> Cc: <zope-dev@zope.org> Sent: Wednesday, September 26, 2001 17:02 Subject: Re: [Zope-dev] Z2.log file not showing user name correctly
Someone (Shane?) claimed that 2.4.1 removes this "optimization".
----- Original Message ----- From: "R. David Murray" <bitz@bitdance.com> To: "George Nguyen" <gnguyen@yahoo.com> Cc: <zope-dev@zope.org> Sent: Wednesday, September 26, 2001 4:40 PM Subject: Re: [Zope-dev] Z2.log file not showing user name correctly
On Wed, 26 Sep 2001, George Nguyen wrote:
I was looking in the entries in the Z2.log file and it lists the user as being "Anonymous" when I'm actually logged in as a validated user.
This is very likely the result of an authentication...optimization?...done by the security machinery: if the resource requires only Anonymous permission to access, then no further security checks are done, including identification of the user. This leads to various unexpected behaviors, presumably this among them, and there has been at least one motion to change this behavior. I don't know if it has made it into the Fishbowl yet or not.
--RDM
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
participants (4)
-
Andreas Jung -
Chris McDonough -
George Nguyen -
R. David Murray