Skip to Content.
Sympa Menu

cat-users - Re: [cat-users] New CAT 1.1 iPhone Issues

cat-users AT lists.geant.org

Subject: The mailing list for users of the eduroam Configuration Assistant Tool (CAT)

List archive

Re: [cat-users] New CAT 1.1 iPhone Issues


Chronological Thread 
  • From: Tom Ivar Myren <tom.myren AT uninett.no>
  • To: Stefan Winter <stefan.winter AT restena.lu>, "cat-users AT geant.net" <cat-users AT geant.net>
  • Subject: Re: [cat-users] New CAT 1.1 iPhone Issues
  • Date: Thu, 28 May 2015 10:07:21 +0000
  • Accept-language: en-US, nb-NO
  • List-archive: <http://mail.geant.net/pipermail/cat-users/>
  • List-id: "The mailing list for users of the eduroam Configuration Assistant Tool \(CAT\)" <cat-users.geant.net>

Hi,
We created moibilconfig files locally and there is a difference with the
ProxyPACFallbackAllowed = true - it works.
We also created a mobileconfig without the ProxyPACFallbackAllowed
setting, just to confirm that it fails.
So adding this to CAT would be nice :-)

Solving this in isc dhcp was also possible, with a proxy.pac file
available:
In dhcpd.conf:
option local-proxy-config code 252 = text;
subnet x.x.x.x netmask 255.255.254.0 {
option local-proxy-config "https://domain.no/proxy.pac²;

In proxy.pac:
function FindProxyForURL(url, host) {
return "DIRECT";
}

/Tom


On 28/05/15 10:48, "Stefan Winter"
<stefan.winter AT restena.lu>
wrote:

>Hello,
>
>hmmm...
>
>I do see a difference between Apple Configurator-generated files and
>ours, but according to the Apple documentation, this should not be it
>(famous last words, I know):
>
>Configurator:
>
>ProxyPACFallbackAllowed = true
>
>Ours:
>
>(nothing)
>
>Thing is, the Apple documentation says that the field is optional, and
>defaults to true if not supplied (and in a text block which suggests it
>only applies to "Manual" settings) [1]. So essentially our two files do
>not semantically differ.
>
>Anyway... this is worth a try. I'll patch cat-test.eduroam.org to
>deliver this new field, and would be glad if affected people could test
>this.
>
>Greetings,
>
>Stefan Winter
>
>[1]
>https://developer.apple.com/library/ios/featuredarticles/iPhoneConfigurati
>onProfileRef/Introduction/Introduction.html#//apple_ref/doc/uid/TP40010206
>-CH1-SW30
>






Archive powered by MHonArc 2.6.19.

Top of Page