-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add VPN Manifest #358
base: master
Are you sure you want to change the base?
Add VPN Manifest #358
Conversation
First issue I've run into: pfm_name Observation: When Dummy profile in configurator settings & resulting profile w/ PPTP selected:
I'm able to get the exclusion message to not appear when I comment out the The only way I'm able to get around this is by instead using
So for any additional pfm_excludes which have multiple options we'd likely have to do something similar. While the original VPN manifest does not have a
As a result, of this, I'm wondering if for the moment we want to maintain two separate versions of this manifest for comparison & testing purposes:
Love to get your thoughts on this @relgit |
Per #358 (comment), determined `pfm_range_list` and `pfm_n_range_list` in ProfileCreator assumes AND (all options must) rather than OR. Confirmed `pfm_contains_any` and `pfm_n_contains` _does_ achieve the desired outcome. Will have to do this for subsequent prefs as well ...
…n multiple options in array Per #358 (comment)
Another issue: Tried to add Opted to include the known options as a pfm_note instead. |
- Add pfm_note listing known VPN config bundle ID strings, since including pfm_range_list causes ProfileCreator to completely crash. - Left these options in but commented them out - Add pfm_conditionals to add applicable prefs given the selected VPNType value
Another issue: When a known VPN config bundle id is specified, When not applicable bundle id specified, which can't be removed: When applicable bundle id specified: This poses a challenge because not forcing this preference means for those who configure Will likely need a pfm_note to address this. |
NOT YET READY, just want to have a formal place to document changes as we go ...
Closes #32