From 002031b18d1086892bea995f6e11f917caf6a379 Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Tue, 24 Mar 2015 23:03:15 +0100 Subject: [PATCH] switchs2: s/sable/eap/ pour radius secondaire --- gestion/gen_confs/switchs2.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gestion/gen_confs/switchs2.py b/gestion/gen_confs/switchs2.py index 4966c1fb..331d0efc 100755 --- a/gestion/gen_confs/switchs2.py +++ b/gestion/gen_confs/switchs2.py @@ -476,7 +476,10 @@ def conf_switch(hostname): 'date_gen': datetime.datetime.now(), # TODO fill that depuis bcfg2 ou whatever - 'radius_servers': ['10.231.136.72', '10.231.136.9' ], + 'radius_servers': [ + '10.231.136.72', + '10.231.136.11', + ], 'radius_key': secrets.get('radius_key'), 'ntp_servers': ['10.231.136.98'],