Hello all,
this was already asked on the SER mailinglist without response. is there a way to rewrite radius auth request information packet before sending to radius? i need to change User-Name attribute of the authentication request. reading the source of auth_radius module i think this is not possible right now. the User-Name is filled by the digest credential username + realm.
could be usefull to have the possibility of customize this.
thank you,
:tele
Hi Tele ,,,,, See this the Flow of Openser + radius....
With out RadiusClient the Openser and Radius won't work.... RadiusClient Attribute will matches the SER ,,,, Below i Mention the Flow of SER and Radius..
UAC ----------------> | SER<-----------------------------------------------------|
| |
| | |----> RadiusClient------>Radius Server ------
For the Registering When UAC sends REGISTER packet to SER .. it hits the radius_www_authorzie ( " IP /Realm " ) After that... it Goes to RadiusClient hint server file . then it Goes Radius server , checks the User it there.......
THis is total handshaking process ....
If U question feel free.. post to mailinglist of freeradiu Userlist or mail to me i can Give What i know in this ?
Bye Have Day?
On 12/3/06, tele@plexia.com tele@plexia.com wrote:
Hello all,
this was already asked on the SER mailinglist without response. is there a way to rewrite radius auth request information packet before sending to radius? i need to change User-Name attribute of the authentication request. reading the source of auth_radius module i think this is not possible right now. the User-Name is filled by the digest credential username + realm.
could be usefull to have the possibility of customize this.
thank you,
:tele
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hi there,
in the latest devel version, the Radius User-Name AVP is not included in the default ACC set. See: http://www.openser.org/docs/modules/1.2.x/acc.html#AEN54
so, you can use extra acc for Radius to push whatever value you need.
regards, bogdan
tele@plexia.com wrote:
Hello all,
this was already asked on the SER mailinglist without response. is there a way to rewrite radius auth request information packet before sending to radius? i need to change User-Name attribute of the authentication request. reading the source of auth_radius module i think this is not possible right now. the User-Name is filled by the digest credential username + realm.
could be usefull to have the possibility of customize this.
thank you,
:tele
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hi,
bogdan, i'm refer to the Radius authentication process not the accounting. yes i'm using the latest devel version.
it's the same for acc and auth if i use radius_extra attribute for add User-Name ?
thanks
:tele
On Mon, 2006-12-04 at 14:06 +0200, Bogdan-Andrei Iancu wrote:
Hi there,
in the latest devel version, the Radius User-Name AVP is not included in the default ACC set. See: http://www.openser.org/docs/modules/1.2.x/acc.html#AEN54
so, you can use extra acc for Radius to push whatever value you need.
regards, bogdan
tele@plexia.com wrote:
Hello all,
this was already asked on the SER mailinglist without response. is there a way to rewrite radius auth request information packet before sending to radius? i need to change User-Name attribute of the authentication request. reading the source of auth_radius module i think this is not possible right now. the User-Name is filled by the digest credential username + realm.
could be usefull to have the possibility of customize this.
thank you,
:tele
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hi,
ohh... sorry, you were referring to auth_radius. No, it is not the same with extra_acc. In auth, indeed, you have no possibility to change the how the User-Name AVP is filled - right now is taken from credentials.
regards, Bogdan
tele wrote:
Hi,
bogdan, i'm refer to the Radius authentication process not the accounting. yes i'm using the latest devel version.
it's the same for acc and auth if i use radius_extra attribute for add User-Name ?
thanks
:tele
On Mon, 2006-12-04 at 14:06 +0200, Bogdan-Andrei Iancu wrote:
Hi there,
in the latest devel version, the Radius User-Name AVP is not included in the default ACC set. See: http://www.openser.org/docs/modules/1.2.x/acc.html#AEN54
so, you can use extra acc for Radius to push whatever value you need.
regards, bogdan
tele@plexia.com wrote:
Hello all,
this was already asked on the SER mailinglist without response. is there a way to rewrite radius auth request information packet before sending to radius? i need to change User-Name attribute of the authentication request. reading the source of auth_radius module i think this is not possible right now. the User-Name is filled by the digest credential username + realm.
could be usefull to have the possibility of customize this.
thank you,
:tele
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users