Hi There,
I can't able to delete the user account for 'console' application with authentication method password. I am getting below error while running this command.
cluster::> security login delete -user-or-group-name <user> -application console -authentication-method password
Error: Another console entry with password and admin settings must be created before this one is modified or deleted.
command failed on vserver "**********" user-or-group-name <user> application "console" authentication-method "password": resource in use
0 entries were deleted.
cluster::> security login delete -user-or-group-name <user> -application * -authentication-method password
Error: Another console entry with password and admin settings must be created before this one is modified or deleted.
command failed on vserver "**********" user-or-group-name <user> application "console" authentication-method "password": resource in use
0 entries were deleted.
FYI, I can able to delete all applications for user except "console". user is no more with the organization. Can some one please help me to delete the user account.