Skip to content

Commit

Permalink
Merge pull request #2746 from renukamanavalan/master
Browse files Browse the repository at this point in the history
[hostcfgd] Default value of fallthrough for authentication set to be False.
  • Loading branch information
renukamanavalan authored Apr 5, 2019
2 parents ab2c42e + 6d7ecc4 commit f3afaea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions files/image_config/hostcfgd/hostcfgd
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f3afaea

Please sign in to comment.