CONTAP-164455: MFA publickey authentication method not honored when domain credentials entered in non-matching case sensitivity
Issue
Using users created with domain authentication and publickey as its primary or secondary authentication:cluster1::*> security login show -role adminVserver: cluster1SecondUser/Group Authentication Acct AuthenticationName Application Method Role Name Locked Method-------------- ----------- ------------- ---------------- ------ --------------DEMO\emile ssh domain admin - publickey
Two-factor authentication works successfully when the correct case is used on the domain user:[root@centos1 ~]# ssh DEMOemileemile@cluster1Permission denied (publickey).
The publickey authentication is bypassed if the incorrect case is used with the domain user:[root@centos1 ~]# ssh DEMoemileemile@cluster1Password:Last login time: 2/13/2024 15:28:12Unsuccessful login attempts since last login: 2cluster1::>
