Changes to RADIUS and SSID profile creation

This commit is contained in:
bealler
2021-01-27 15:21:37 -05:00
parent 3b7c299cc3
commit 476a033fc1

View File

@@ -715,7 +715,7 @@ for key in equipment_ids:
# Create RADIUS profile - used for all EAP SSIDs
if args.skip_eap != True:
radius_template = "templates/radius_profile_template.json"
radius_name = radius_info['name']
radius_name = "Automation_RADIUS_"+today
server_ip = radius_info['server_ip']
secret = radius_info['secret']
auth_port = radius_info['auth_port']