Skip to Content.

cat-users - [[cat-users]] Linux installer/script

cat-users AT lists.geant.org

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

List archive


[[cat-users]] Linux installer/script


Chronological Thread 
  • From: "Bernd P. Ziller" <bernd.ziller AT dhbw-stuttgart.de>
  • To: "cat-users AT lists.geant.org" <cat-users AT lists.geant.org>
  • Subject: [[cat-users]] Linux installer/script
  • Date: Mon, 14 Jan 2019 13:23:26 +0100

Hi,

in the linux installer-script the anonymous identity gets some spaces in
front of it.

From our eduroam-linux.py:

967: Config.anonymous_identity = " \
968: ""long-hash-to-stop-manual-configs AT lehre.dhbw-stuttgart.de"

which results in a NetworkManager configuration that contains:

anonymous-identity=\s\s\s\s\slong-hash-to-stop-manual-configs AT lehre.dhbw-stuttgart.de

Which of course does not work.

anonymous_identity does fwrite the configuration after calling wordwrap in
https://github.com/GEANT/CAT/blob/master/devices/linux/Device_Linux.php
101: fwrite($file, wordwrap($out, 70, " \" \\\n \"") . "\n");

Regards,
Bernd Ziller
--



Archive powered by MHonArc 2.6.19.

Top of Page