Merge pull request #2746 from renukamanavalan/master

[hostcfgd] Default value of fallthrough for authentication set to be False.
This commit is contained in:
Renuka Manavalan 2019-04-04 19:06:32 -07:00 committed by GitHub
commit f3afaea713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,8 +44,6 @@ class AaaCfg(object):
def __init__(self):
self.auth_default = {
'login': 'local',
'failthrough': True,
'fallback': True
}
self.tacplus_global_default = {
'auth_type': TACPLUS_SERVER_AUTH_TYPE_DEFAULT,