How not to save WiFi credentials

Hello!

I am a teacher from Austria and from now on I am the admin for 10 laptops that we can lend to students. At my request, Endless OS will be running on these laptops.

The requirement from our network administrator is that each student must use their own Wi-Fi credentials while using these laptops.

Unfortunately, I have not found a way to explicitly state that the Wi-Fi network credentials are NOT saved.

I have also tried entering ‘password-flags=not-save’ in the nmconnection file. But as soon as you enter the data once, it is saved again.

Here is an anonymized nmconnection file that works in our network (but unfortunately saves the credentials and so the system doesn’t ask for them every time it connects, as we want it to do):

[connection]
id=.....
uuid=....
type=wifi
interface-name=wlp.....

[wifi]
mode=infrastructure
ssid=....

[wifi-security]
key-mgmt=wpa-eap

[802-1x]
eap=peap;
identity=......
password=......
phase2-auth=mschapv2

[ipv4]
method=auto

[ipv6]
addr-gen-mode=default
method=auto

[proxy]

How should I modify it, to achieve the wanted behavior?
Or is there even a GUI-solution?

Thank you very much in advance!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.