I added via visudo my userid for authorization of
me ALL(ALL) NOPASSWD: ALL
and I still cannot run yum as me. Is this just not possible?
On Fri, 13 Mar 2009 at 4:57pm, Robert Moskowitz wrote
I added via visudo my userid for authorization of
me ALL(ALL) NOPASSWD: ALL
and I still cannot run yum as me. Is this just not possible?
What happens when you run "sudo yum <commands>"?
On Fri, 13 Mar 2009 16:57:35 -0400 Robert Moskowitz wrote:
I added via visudo my userid for authorization of me ALL(ALL) NOPASSWD: ALL and I still cannot run yum as me. Is this just not possible?
What about joining the wheel group?
Frank Cox wrote:
On Fri, 13 Mar 2009 16:57:35 -0400 Robert Moskowitz wrote:
I added via visudo my userid for authorization of me ALL(ALL) NOPASSWD: ALL and I still cannot run yum as me. Is this just not possible?
What about joining the wheel group?
That also has to be at least commented out in sudoers. And the above line looks okay to me.
Ralph
Hi,
On Fri, Mar 13, 2009 at 16:57, Robert Moskowitz rgm@htt-consult.com wrote:
I added via visudo my userid for authorization of me ALL(ALL) NOPASSWD: ALL
Aren't you missing an "=" in that line? I think it should be:
me ALL=(ALL) NOPASSWD: ALL
I wonder how you got passed through visudo though. I tried it without the "=" and it said I had a syntax error in that line.
HTH, Filipe
Filipe Brandenburger wrote:
Hi,
On Fri, Mar 13, 2009 at 16:57, Robert Moskowitz rgm@htt-consult.com wrote:
I added via visudo my userid for authorization of me ALL(ALL) NOPASSWD: ALL
Aren't you missing an "=" in that line? I think it should be:
me ALL=(ALL) NOPASSWD: ALL
I wonder how you got passed through visudo though. I tried it without the "=" and it said I had a syntax error in that line.
Typo on my part. I am doing this on another system...