Net-IdentServer
view release on metacpan or search on metacpan
IdentServer.pm view on Meta::CPAN
}
close $tcp;
}
if( $found < 0 ) {
$this->not_found(@_);
return;
}
my $name = getpwuid( $found );
unless( $name =~ m/\w/ ) {
# This can happen if a deleted user has a socket open. 'u' might be a better choice.
# I happen to think hidden user is a nice choice here.
$this->log(2, "lookup from $rem_addr for $local_port, $rem_port: found uid, but no pwent");
$this->print_error($local_port, $rem_port, 'h');
return;
}
$this->log(1, "lookup from $rem_addr for $local_port, $rem_port: found $name");
( run in 0.281 second using v1.01-cache-2.11-cpan-8d75d55dd25 )