On Wed, 1 May 2002, Stas Bekman wrote:

> Peter, it's not implemented (yet). and it's not in compat.pm. There are 
> quite a few unimplemented things (yet).

$r->connection->user will never be in compat.pm

notice that modperl-1.x has implemented this for compat long ago..

=item 1.24_01 - October 10, 2000
...
added Apache::user method in preparation for 2.0, now that `user' hangs
off of the request_rec rather than request_rec->connection in Apache 2.0
...

so any auth module should now be using $r->user instead of 
$r->connection->user for 1.x or 2.0


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to