sudo su - : no password

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Vusa

sudo su - : no password

Post by Vusa »

Guys,

This is just not working ..

Code: Select all

# User privilege specification
root	ALL=(ALL) ALL
vusa	ALL=NOPASSWD: ALL


# Uncomment to allow members of group sudo to not need a password
# (Note that later entries override this, so you might need to move
# it further down)
# %sudo ALL=NOPASSWD: ALL

# Members of the admin group may gain root privileges
%admin ALL=(ALL) ALL
when I type

sudo su -

as myself(vusa), it stil lasks me for a my password!!!!! It shouldnt do that.

Is there a way I can change this??
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Vusa

Re: sudo su - : no password

Post by Vusa »

I've commented out the

%admin

line. I am in the admin group.

So Far it seems to be working, unless I'm still in the time delay sudo allows.

Are they any ramification of removing the %admin line from the sudoers??

I'm the only user on the system..
Locked

Return to “Software & Applications”