Alexander Fortin wrote:
> Hi list. I'm experiencing the same problem with mod_auth_radius, but I
> can't find anywhere what the "AuthBasicProvider" directive should be for
> that module (no, unfortunately "radius" doesn't work :P)
>
> Apache version is 2.2.3 running on Debian Etch, mod_auth_radius
Hi list. I'm experiencing the same problem with mod_auth_radius, but I
can't find anywhere what the "AuthBasicProvider" directive should be for
that module (no, unfortunately "radius" doesn't work :P)
Apache version is 2.2.3 running on Debian Etch, mod_auth_radius-2.0.c
version is 1.5.7
Than
Hello Paul,
thanks a lot. That worked for me.
Kind regards
Cornelius
Paul Querna schrieb:
> Add
> AuthBasicProvider xradius
>
> To your config.
>
> The error message you got is from mod_authn_file, saying it couldn't
> find a htpasswd file (well, it wasn't configured, so not surprising).
>
>
Add
AuthBasicProvider xradius
To your config.
The error message you got is from mod_authn_file, saying it couldn't
find a htpasswd file (well, it wasn't configured, so not surprising).
In 2.2.x AuthBasicProvider was added, and you need to specify which
module should provide the backend for authe
Dear list,
I must admin I am a bit confused and desperate.
I am using ubuntu 7.04, i.e. apache 2.2.
I'd like to do a radius authentication to use OTP.
So I downloaded and installed mod_auth_xradius-0.4.6 successfully.
But I wasn't successful in configuring it.
Obviously I did't quite get the Au