Re: [mpd] radius and dynamic bundles

2003-03-06 Thread Michael Bretterklieber
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

Re: [mpd] radius and dynamic bundles

2003-03-03 Thread Michael Bretterklieber
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

Re: [mpd] radius and dynamic bundles

2003-03-03 Thread Vincent Jardin
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

Re: [mpd] radius and dynamic bundles

2003-03-03 Thread Gleb Smirnoff
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

Re: [mpd] radius and dynamic bundles

2003-03-03 Thread Gea-Suan Lin
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

Re: [mpd] radius and dynamic bundles

2003-03-03 Thread Michael Bretterklieber
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

[mpd] radius and dynamic bundles

2003-03-02 Thread Vincent Jardin
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 ?