Hi,
Vincent Jardin wrote:
It does not look to be simple because the whole PAP and CHAP authentication
are processed by PapInput() and ChapInput() that call RadiusPAPAuthenticate()
and RadiusCHAPAuthenticate(). It is a synchronous call. In order to use
rad_init_send_request() and rad_continue_s
Hi,
Vincent Jardin wrote:
On Monday 03 March 2003 09:46, Michael Bretterklieber wrote:
Hi,
Vincent Jardin schrieb:
1/ When Radius is used with mpd and the answer delay of the Radius server
is high, how can some PAP or CHAP timeout be avoided ?
you mean, that the client times out during authenti
On Monday 03 March 2003 09:46, Michael Bretterklieber wrote:
> Hi,
>
> Vincent Jardin schrieb:
> > 1/ When Radius is used with mpd and the answer delay of the Radius server
> > is high, how can some PAP or CHAP timeout be avoided ?
>
> you mean, that the client times out during authentication sayin
On Sun, Mar 02, 2003 at 11:47:10PM +0100, Vincent Jardin wrote:
V> 2/ mpd provides a command to create a bundle (new [-i ngX] ...), however there
V> is no command in order to remove the bundles. Have you ever tried to add this
V> feature ?
This feature is really needed. My current mpd configur
I find the function rad_send_request() in /usr/src/lib/libradius/libradius.c
will break the stack so that mpd gets segfault in FreeBSD 4.7-RELEASE-p3,
but I can't figure out where it does.
If somebody want the core file, I can mail him.
I copied rad_send_request() into mpd's radius.c last week, a
Hi,
Vincent Jardin schrieb:
1/ When Radius is used with mpd and the answer delay of the Radius server is
high, how can some PAP or CHAP timeout be avoided ?
you mean, that the client times out during authentication saying that
the server didn't responded?
A known issue is that mpd is blocked d
1/ When Radius is used with mpd and the answer delay of the Radius server is
high, how can some PAP or CHAP timeout be avoided ?
2/ mpd provides a command to create a bundle (new [-i ngX] ...), however there
is no command in order to remove the bundles. Have you ever tried to add this
feature ?