For those of you that can use the FarmSize option, what do you recommend
for a number of child processes ?

The hardware I have is Dual Processor (Xeon L5630) at 2.13GHz box with
16GB of RAM, running Windows Server 2008 R2 (64-bit) with a RAID array.

Thanks.

-Neil

-- 
Neil Johnson
Network Engineer
The University of Iowa
Phone: 319 384-0938
Fax: 319 335-2951
Mobile: 319 540-2081
E-Mail: [email protected]






On 1/28/13 2:11 PM, "Heikki Vatiainen" <[email protected]> wrote:

>On 01/28/2013 09:36 PM, Johnson, Neil M wrote:
>
>> It appears that when the Outer handler re-dispatches the request for
>> processing by the PEAP and TLS inner Handlers that the
>> OSC-Client-Identifier attribute is not also sent.
>
>That's true. Only some attributes are copied automatically. For the rest
>you can do something like this in the outer Handler's AuthBy:
>
>PreHandlerHook sub { \
>  my $tp = ${$_[0]}; \
>  $tp->add_attr('OSC-Client-Identifier',
>$tp->{outerRequest}->get_attr('OSC-Client-Identifier')); \
>  }
>
>This should copy OSC-Client-Identifier from outer request into tunneled
>request.
>
>You should also see it in Trace 4 output which does not show it now, as
>you had noticed.
>
>Thanks,
>Heikki
>
>
>-- 
>Heikki Vatiainen <[email protected]>
>
>Radiator: the most portable, flexible and configurable RADIUS server
>anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
>Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS,
>TTLS, PEAP, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP,
>DIAMETER etc. Full source on Unix, Windows, MacOSX, Solaris, VMS,
>NetWare etc.

_______________________________________________
radiator mailing list
[email protected]
http://www.open.com.au/mailman/listinfo/radiator

Reply via email to