RE: Radius copy accounting
Yes Thanks But I tried to force in preacct with update reply { Realm += "%{Realm}" } but still no attribute realm in the packet proxied to other radius? Eric B. Send Freeradius-Users mailing list submissions to freeradius-users@lists.freeradius.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.freeradius.org/mailman/listinfo/freeradius-users or, via email, send a message with subject or body 'help' to freeradius-users-request@lists.freeradius.org You can reach the person managing the list at freeradius-users-owner@lists.freeradius.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Freeradius-Users digest..." Today's Topics: 1. RE: Radius copy accounting (BELLIERE Eric) 2. Re: Radius copy accounting (Fajar A. Nugraha) 3. Re: Problem with EAP Authentication working not every time (stefan novak) ---------------------------------------------------------------------- *****DISCLAIMER***** This electronic transmission (and any attached document) is intended exclusively for the person or entity to whom it is addressed and may contain confidential and/or privileged material. Any disclosure, copying, distribution or other action based upon the information by persons or entities other than the intended recipient is prohibited. If you receive this message in error, please contact the sender and delete the material from any and all computers. Mobistar does not warrant a proper and complete transmission of this information, nor does it accept liability for any delays. *****END OF DISCLAIMER*****
Hi,
Yes Thanks But I tried to force in preacct with update reply { Realm += "%{Realm}" } but still no attribute realm in the packet proxied to other radius?
..and you were already told that 'Realm' is an internal attribute - you need to define your own attribute...or borrow another that isnt of concern - and then assign that eg http://www.lmgtfy.com/?q=FreeRadius+radrelay+proxying+the+Realm+attribute+to... please ask your site admins to stop blocking access to Google. see the first answer to this very same question - given by Matthew alan
On Wed, Aug 08, 2012 at 11:35:36AM +0200, BELLIERE Eric wrote:
Yes Thanks But I tried to force in preacct with update reply { Realm += "%{Realm}" }
This is pointless.
but still no attribute realm in the packet proxied to other radius?
Please re-read what I wrote: On Mon, Aug 06, 2012 at 01:39:06PM +0100, Matthew Newton wrote:
Realm is an internal attribute (see dictionary.freeradius.internal) and as such doesn't appear in any packets in transit.
So read dictionary.freeradius.internal: "These attributes CANNOT go in the reply item list. Range: 1000+" Realm is 1045... It's an internal attribute ONLY. You can NOT get it to appear in a packet. To do so you need to copy to a different attribute that can go in the packet. Matthew -- Matthew Newton, Ph.D. <mcn4@le.ac.uk> Systems Architect (UNIX and Networks), Network Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk>
participants (3)
-
alan buxey -
BELLIERE Eric -
Matthew Newton