I have a user that belongs to the wheel group - let's call it "myusername".
When I look at the "Manage Wheel Group Users" area of WHM, the only user displayed in the top portion of the interface ("Remove a user from the wheel group") is root - myusername is not displayed in that list.
I have used the "Add a user to the wheel group" interface to add a different user to wheel, which was successful. But myusername isn't displayed even when I try re-adding it to wheel via WHM.
On the command line I confirmed that myusername does in fact belong to wheel:
outputs:
And myusername can use su so clearly it is in the wheel group.
Any idea why WHM would not recognize myusername as belonging to wheel? Or choose not to display it?
When I look at the "Manage Wheel Group Users" area of WHM, the only user displayed in the top portion of the interface ("Remove a user from the wheel group") is root - myusername is not displayed in that list.
I have used the "Add a user to the wheel group" interface to add a different user to wheel, which was successful. But myusername isn't displayed even when I try re-adding it to wheel via WHM.
On the command line I confirmed that myusername does in fact belong to wheel:
Code:
groups myusername
Code:
myusername : wheel
Any idea why WHM would not recognize myusername as belonging to wheel? Or choose not to display it?