fix: use MSCHAPV2 wildcard in enterprise eap_users (PAP unsupported)

This commit is contained in:
2026-08-18 19:55:04 -05:00
parent 85be12d2df
commit 4821f06d16
@@ -2985,7 +2985,7 @@ def _deploy_enterprise(fields):
device_run(['ip', 'link', 'set', ENT_IFACE, 'up'])
try:
with open(ENT_EAP_USERS, 'w') as f:
f.write('"*"\tPAP\t""\n')
f.write('"*"\tMSCHAPV2\t"dummy"\n')
with open(ENT_CONF, 'w') as f:
f.write(
'interface=%s\n'