Giter VIP home page Giter VIP logo

Comments (5)

restena-sw avatar restena-sw commented on August 25, 2024

That admin-side to control this feature is already implemented for the next feature release version to come:

screenshot_20170912_085208

Our ability to deliver this on the actual installer varies by OS; on some OSes we have more control over user-interactivity, on some we have less. Windows and Linux are not a problem, Android probably can be made to work, anything Apple is not possible.

from cat.

twoln avatar twoln commented on August 25, 2024

This now works for Windows and Linux installers

from cat.

restena-sw avatar restena-sw commented on August 25, 2024

changed title to make clear that we're only waiting on Android now

from cat.

GarethAyres avatar GarethAyres commented on August 25, 2024

Will this option setting be accessible via the API?
I assume it won't be in the eap config file.

from cat.

restena-sw avatar restena-sw commented on August 25, 2024

Needing an API call sounds like the wrong thing to do; the config file should ideally be self-contained.

I have just updated the XML Schema for .eap-config here on GitHub: https://github.com/GEANT/CAT/blob/master/devices/xml/eap-metadata.xsd

You'll notice a number of additions:

  • // contains the list of networks where the EAP credential should be configured
  • <IEEE80211> // wireless section, 
    
  • <IEEE8023> // wired section, can be ignored by the eduroamCAT android app
    

Notably, the app should now take a look into the list of IEEE80211 instances and configure all SSIDs it finds there. And if the API level supports passpoint, also configure passpoint if it is in the file.

Also, inside there are now new sub-fields
InnerIdentityPrefix, InnerIdentitySuffix, InnerIdentityHint, InnerIdentityEnforce

which map to the discussion in this thread. Both prefix and suffix are in principle possible with eduroam; the hint and enforce booleans apply to both if given.

E.g.

InnerIdentityPrefix = "DOMAIN/"
InnerIdentitySuffix = "@domain.com"
InnerIdentityHint TRUE
==> populate the username input box with "DOMAIN/@domain.com" and place the cursor behind the slash.

New XML files conforming to the new schema will be produced by beta1.

from cat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.