Server perl filter disable

Rogerio M. S. Novo rogerio at dr.ufu.br
Mon Aug 11 11:55:42 UTC 2003


I have a problem in my inn server, i don't know what was happen.

I'm using perl_access in readers.conf but, sudenly i can't access the
groups.

The log message news.debug is the follow:
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
Aug 11 08:51:59 marcos nnrpd[1429]: marcos.dr.ufu.br (200.19.146.221)
connect
Aug 11 08:51:59 marcos nnrpd[1429]: Reading access from
/usr/local/news/etc/readers.conf
Aug 11 08:51:59 marcos nnrpd[1429]: marcos.dr.ufu.br no_success_auth
Aug 11 08:51:59 marcos nnrpd[1429]: marcos.dr.ufu.br auth starting
authenticator pamckpasswd
Aug 11 08:51:59 marcos nnrpd[1429]: marcos.dr.ufu.br auth authenticator
successful, user rogerio at dr.ufu.br
Aug 11 08:51:59 marcos nnrpd[1429]: SERVER perl filtering enabled
Aug 11 08:51:59 marcos nnrpd[1429]: SERVER perl filtering disabled
Aug 11 08:51:59 marcos nnrpd[1429]: marcos.dr.ufu.br no_read perl-dynamic
Aug 11 08:51:59 marcos nnrpd[1429]: marcos.dr.ufu.br no_post perl-dynamic
Aug 11 08:51:59 marcos nnrpd[1429]: marcos.dr.ufu.br user rogerio at dr.ufu.br
Aug 11 08:51:59 marcos nnrpd[1429]: marcos.dr.ufu.br times user 0.000 system
0.000 idle 0.010 elapsed 0.060
Aug 11 08:51:59 marcos nnrpd[1429]: marcos.dr.ufu.br time 60 idle 0(12)
nntpwrite 19(25)
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

my readers.conf is:
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
auth "rogerio.dr.ufu.br" {
hosts: "localhost, 127.0.0.1, stdin, *.dr.ufu.br"
auth: "pamckpasswd"
perl_access: "/home/rogerio/readers.pl"
}

access "teste" {
users: "rogerio at dr.ufu.br"
read: "teste, testando, dr, rog, rog2, rogerio"
post: "teste, dr"
}
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

and my readers.pl "script perl to control access" is the follow:
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
sub access
{
...
if(defined $attributes{username} && $attributes{username} eq
"rogerio\@dr.ufu.br")
{
$return_hash{"read"} = "dr, rogerio";
$return_hash{"post"} = "dr, rogerio";
}
return %return_hash;
}
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Somebody can help-me ???

--
Rogério Moreno da Silva Novo
UFU - Universidade Federal de Uberlândia


________________________________________________
Mensagem enviada utilizando UFU Mail 1.0



More information about the inn-workers mailing list