On Thu, 24 Feb 2005, Victor M. Polukcht wrote:
Good day, freeradius-users.
I have username sended to me as '[EMAIL PROTECTED]' How can i strip this callback_number before authentification, and send it as lcp:Callback-number attribute to Cisco NAS ?
Or is there any other way to realize the callback function? Clients - are Microsoft Windows 2000/XP.
You could probably use a DEFAULT realm to strip the username (see proxy.conf) and then use something like:
DEFAULT Realm =* ANY
Cisco-AVPair = `lcp:%{Realm}`in the users file. Haven't checked it though.
-- Victor M. Polukcht System Administrator LANCK Telecom ISP St. Peterburg, Russia Phone: +7 (812) 3258888 Fax: +7 (812) 3258888 mailto:[EMAIL PROTECTED]
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Kostas Kalevras Network Operations Center [EMAIL PROTECTED] National Technical University of Athens, Greece Work Phone: +30 210 7721861 'Go back to the shadow' Gandalf
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

