bad_auth error
Bettina Fink
laura at hydrophil.de
Fri Aug 31 00:32:41 UTC 2001
Bill Tangren <bjt at aa.usno.navy.mil> wrote:
> I am trying to set up inn 2.3.2 to be a strictly local newsfeed. I don't
> have access to outside feeds (though I wish I did!). I only want to set up
> my Redhat Linux 7.0 box for newsgroups I create on this box, and I only
> want users behind our firewall to be able to access it.
auth "lan" {
hosts: "10.1.5.0/24"
default: "<lan>"
}
auth "localhost" {
hosts: "localhost, 127.0.0.1, stdin"
default: "<localhost>"
}
access "ok" {
users: "*"
newsgroups: "*"
access: RPA
}
'users: "*"' contains both "<lan>" and "<localhost>", so as
long as you don't want different access privileges for your
two auth realms, one access realm is enough for both.
More information about the inn-workers
mailing list