Re: [Zope-dev] Z2.log file not showing user name correctly

2001-09-27 Thread Andreas Jung
> 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" <[EMAIL PROTECTE

Re: [Zope-dev] Z2.log file not showing user name correctly

2001-09-26 Thread Chris McDonough
Someone (Shane?) claimed that 2.4.1 removes this "optimization". - Original Message - From: "R. David Murray" <[EMAIL PROTECTED]> To: "George Nguyen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, September 26, 2001 4:40 PM

Re: [Zope-dev] Z2.log file not showing user name correctly

2001-09-26 Thread R. David Murray
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

[Zope-dev] Z2.log file not showing user name correctly

2001-09-26 Thread George Nguyen
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 ___