Merge pull request #2746 from renukamanavalan/master
[hostcfgd] Default value of fallthrough for authentication set to be False.
This commit is contained in:
commit
f3afaea713
@ -44,8 +44,6 @@ class AaaCfg(object):
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.auth_default = {
|
self.auth_default = {
|
||||||
'login': 'local',
|
'login': 'local',
|
||||||
'failthrough': True,
|
|
||||||
'fallback': True
|
|
||||||
}
|
}
|
||||||
self.tacplus_global_default = {
|
self.tacplus_global_default = {
|
||||||
'auth_type': TACPLUS_SERVER_AUTH_TYPE_DEFAULT,
|
'auth_type': TACPLUS_SERVER_AUTH_TYPE_DEFAULT,
|
||||||
|
Reference in New Issue
Block a user