ISA RADIUS Authentication per-request -> per-session

Tech-Archive recommends: Speed Up your PC by fixing your registry



I have installed i new ISA 2004 SP2 server for Web Proxy with RADIUS
authentication for the users.
I see that the server send RADIUS authentication for each request.

I have found that that we can change SingleRadiusServerAuthPerSession
entry for the WebListener, in my case I mean the Internal network
object. For this thing I have write script (see below) that change the
value from Flase to True for the fpcInternalNetwork object.

After the change and the reboot of the server nothing change and the
server contnue to generate high rate RADIUS request to the RADIUS
Server.

Something wrong ?

Some Idea, because I mean I'm not the only how have this problem ?


' Declare the other objects needed.
Dim root ' The FPCLib.FPC root object
Dim isaArray ' An FPCArray object
Dim listener ' An FPCNetwork object
Dim currentValue ' A Boolean
' Pass WebListener to change.
Set Args = WScript.Arguments
NewValue = Args(0)
WScript.Echo "New Value " & NewValue
' Create the root object.
Set root = CreateObject("FPC.Root")
' Get references to the array object
' and the Web listener object.
Set isaArray = root.GetContainingArray()
Set networks = isaArray.NetworkConfiguration.Networks
For Each network In networks
'WScript.Echo "Network ID "& network
If network.NetworkType = 4 Then '4 = fpcInternalNetwork
CurrentValue =
network.WebListenerProperties.SingleRadiusServerAuthPerSession
WScript.Echo "Network: " & network.NetworkType
WScript.Echo "Current value: " & CurrentValue
If NewValue <> CurrentValue Then
network.WebListenerProperties.SingleRadiusServerAuthPerSession =
NewValue
WScript.Echo "New value: " &
network.WebListenerProperties.SingleRadiusServerAuthPerSession
network.Save
End If
End If
Next

.



Relevant Pages

  • Re: Prblm: Radius, WLAN, roaming profiles and software install via group policies
    ... >> The thing is that since we use Radius to authenticate to the ... >> assigned file server. ... >> WLAN it seems like the network connection is prematurely terminated, ... > encrypt traffic between wireless client computers and wireless access ...
    (microsoft.public.internet.radius)
  • Re: Prblm: Radius, WLAN, roaming profiles and software install via group policies
    ... > I've just added a WLAN-router to allow wireless access to our network. ... > The thing is that since we use Radius to authenticate to the ... > Data" folder to a file server instead of the local computer. ... traffic between wireless client computers and wireless access points. ...
    (microsoft.public.internet.radius)
  • Re: Need help configuring Wireless Connection profile
    ... "point" the info of the Radius authentication to your current Radius server. ... SMALL BUSINESS SERVER: ... STEP #1 Install Certificate Services ...
    (microsoft.public.windowsxp.general)
  • Re: Need help configuring Wireless Connection profile
    ... "point" the info of the Radius authentication to your current Radius server. ... SMALL BUSINESS SERVER: ... STEP #1 Install Certificate Services ...
    (microsoft.public.windowsxp.general)
  • Re: Radius question
    ... Note the following general exception to Windows CAL requirements: ... CALs are not required when access to the server software is unauthenticated ... who all can be RADIUS clients to Microsoft RADIUS Server? ... > authenticate against Active Directory if your remote access devices are not ...
    (microsoft.public.windows.server.networking)