Skip to Content.
Sympa Menu

geteduroam - Re: letswifi-portal modifications

Subject: An open discussion list for topics related to the geteduroam service

List archive

Chronological Thread  
  • From: Jørn Åne de Jong <jornane.dejong AT surf.nl>
  • To: Christian Mittring <christian.mittring AT rz.uni-augsburg.de>, geteduroam AT lists.geant.org
  • Subject: Re: letswifi-portal modifications
  • Date: Fri, 30 May 2025 12:33:27 +0200

On 30/05/2025 09:04, Christian Mittring wrote:
Hello Jørn,

in the last weeks we setup our radius server so I could start with first tests using the geteduroam portal and apps on real clients.

Everything is working great.

All-in-all I am verry happy with the beta branch portal.
We also started to translate it into german (the neccessary file is attached feel free to add it to your git repo), built our own branding, and did some color changes to the dark profile (it was too dark for us;) ).

Great to hear! We can add the German translations you provided, is there a name/e-mail I can credit in the Git commit? Note that this will be immutable public information.

***
--bg-color: #333333;
--text-color: #dcdcdc;
--highlight-bg-color: #444444;
***

I saw the Github issue and I have made the colours a bit brighter, it should be easier on the eyes now. But the colours you proposed seemed a bit too light and gray for me so it's still darker than what you proposed. It's up to you what you choose. :)

https://github.com/geteduroam/letswifi-portal/issues/42#issuecomment-2917297148

If all our next client-tests are successful, we would go live with the portal at end of july.


Will the code to generate a CRL be available until july?
The Admin Portal would be a nice to have but is not necessary for us.

Yes, the code to generate the CRL is already completed, what's left is the access control mechanism and the CLI. I'm not sure I'll get it done in time before TNC but I'll have it done before July.

We are also sturggling to get a proper certificate lifetime for the certificates (especially for students).
We thought about renewing every semester (+ some random days to balance out the renewing process). Is it possible to instert such a certificate lifetime, like:

$delta2 = round((((strtotime("now")>strtotime("01 October"))? (strtotime('+one year', strtotime("01 April")) - strtotime("now")): ((strtotime("now")>strtotime("01 April"))?(strtotime("01 October") - strtotime("now")):(strtotime("01 October") - strtotime("now"))))/ 86400) +  rand(10,30)); //Counting days to 01 April or 01 October (if now > 01 April) or 01 April of next year (if now > 01 October)

That's an interesting thought, I hadn't thought about that. Just so that I understand the question, you want to define some date ranges (April 01~07 and October 01~07) and you want the expiry to fall somewhere within the next timeslot? I'll add it to our ideas list, there might be other orgs interested in this as well, but I think it won't be done this year.

In the meantime you can modify src/letswifi/credential/certificatecredentialissuer.php to add the functionality yourself.

We also realized the Windows App is generating a wifi config not only for eduroam but for uin-augsburg.de, too? Even if it is not configured.
Is this intended?

I think this is the Passpoint profile? It's created due to the "oid" field in the network in letswifi.conf.php.


--
Jørn Åne de Jong
geteduroam board member




Archive powered by MHonArc 2.6.24.

Top of Page