Thank you thor for your help, but there's still something i don't understand :
The only attributes available in my Radius Packet are User-Name and User-Password. Are you mentionning an other Radius attribute or a configuration parameter on the Radius server ? > From: "Thor Spruyt" <[EMAIL PROTECTED]> > > I have an application sending a login/pwd but processing is required > > on the password to accept authentication. > > So I need to extend the radius server to pass the credentials to a > > script or an application (specific to the authentication mechanism of > > our client) that will do the processing and return a code for > > "accept" or "denied". > > You can use Exec-Program-Wait for that. > In the users file, you'll need this: > DEFAULT Auth-Type := Accept > Exec-Program-Wait = "/path/to/your/script" - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

