From 74cca9e61ff5f44cb9058b0f511ad0c7a6ca2933 Mon Sep 17 00:00:00 2001 From: Renuka Manavalan <47282725+renukamanavalan@users.noreply.github.com> Date: Thu, 11 Apr 2019 08:47:40 -0700 Subject: [PATCH] In sync with our latest change, where we default failthrough to be False. (#507) Reference: Pull request #2746 --- show/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/show/main.py b/show/main.py index 5147700e5b25..2573138fae8a 100755 --- a/show/main.py +++ b/show/main.py @@ -1576,8 +1576,7 @@ def aaa(): aaa = { 'authentication': { 'login': 'local (default)', - 'failthrough': 'True (default)', - 'fallback': 'True (default)' + 'failthrough': 'False (default)' } } if 'authentication' in data: