Is anybody familiar with RFC1413?
We provide this API but there is no test. Any takers to write this test? I suppose it requires identd or auth daemon...
=head2 C<get_remote_logname>
Retrieve the login name of the remote user. Undef if it could not be determined RFC1413, which involves querying the client's identd or auth daemon.
$ret = $r->get_remote_logname();
=over 4
=item obj: C<$r> ( C<L<Apache::RequestRec object|docs::2.0::api::Apache::RequestRec>> )
The current request
=item ret: C<$ret> (string)
The user logged in to the client machine
=item since: 1.99_12
=back
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
