Swap usernames around in mxs729_maxadmin
The usernames were in the wrong order.
This commit is contained in:
@ -20,8 +20,8 @@ const char* user_added = "The Linux user %s has successfully been enabled.\n";
|
||||
const char* user_removed = "The Linux user %s has successfully been disabled.\n";
|
||||
const char* remove_last_admin = "Cannot remove the last admin account";
|
||||
const char* root_added = "User root has been successfully added.\n";
|
||||
const char* user_and_root = "Enabled Linux accounts (secure) : %s, root\n";
|
||||
const char* user_only = "Enabled Linux accounts (secure) : %s, root\n";
|
||||
const char* user_and_root = "Enabled Linux accounts (secure) : root, %s\n";
|
||||
const char* user_only = "Enabled Linux accounts (secure) : root, %s\n";
|
||||
|
||||
void add_remove_maxadmin_user(TestConnections* Test)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user