This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

AD SSO with auto proxy configuration

hi,

 i have a client who is using AD SSO with auto proxy configuration from astaro itself everything things seems to be ok till last night or exactly till wednesday evening but saturday morning (week first day) there was problem with internet access... AD SSO was not working it was directing to fallback action that surfing  is block.

   proxy auto configurtion is 
function FindProxyForURL(url, host)
 

 if (isInNet(myIpAddress(), "10.0.0.0", "255.255.255.0")) 

    return "PROXY 10.0.0.3:8080"; 

    else 
  return "DIRECT"; 

}
 and it has been sending to client by using GPO..  does anything i am missing..

thanks in advance...


This thread was automatically locked due to age.
Parents
  • there are problem with loss of connectivity with the tickets between Windows 2008 R2 domain and Astaro which leads to drop this authentication


    I don't recall having heard of this - can you point us to the source of that information?

    Cheers - Bob
Reply
  • there are problem with loss of connectivity with the tickets between Windows 2008 R2 domain and Astaro which leads to drop this authentication


    I don't recall having heard of this - can you point us to the source of that information?

    Cheers - Bob
Children
No Data