CONTAP-402197: User Profile Validation Error During Update Does Not Indicate Vserver Context
Issue
- During cluster update, pre-update checks fail with user profile validation error
- Error message example:
{code}
Error: users vs_invalid_usr_2 are configured with second authentication method while they are already configured with one such methods: password, domain, nsswitch
Action: To delete users execute : security login delete -user-or-group-name <username>. To remove second authentication from a user execute the following : security login modify -user-or-group-name <username> -application <application> -second-authentication-method none
{code} - Error does not specify which Vserver the affected user belongs to
- Administrators cannot easily identify the correct user account to remediate
