I did give a search before asking, but apologies if this is already answered or better asked elsewhere...
When I try to su(1) to another user (i.e.
Any ideas/suggestions on where I can look to troubleshoot even?
When I try to su(1) to another user (i.e.
su -l username
or even just su username
) and use the password that I know works, my system prints no errors and my shell prompt returns the name of my account (which yes, is part of the wheel group). If I check my ID and groups I see that I am part of wheel and that I did not successfully switch to the other user account, even though I know I entered the password correctly.
Code:
$ groups
myusername wheel
$ su otherusername
Password:
$ id
uid=1001(myusername) gid=1001(myusername) groups=1001(myusername),0(wheel)
Any ideas/suggestions on where I can look to troubleshoot even?