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>"? -- Joshua Baker-LePain QB3 Shared Cluster Sysadmin UCSF
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? -- MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
Hi, On Fri, Mar 13, 2009 at 16:57, Robert Moskowitz <rgm at htt-consult.com> wrote:> I added via visudo my userid for authorization of > me ? ALL(ALL) ? NOPASSWD: ALLAren'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 at 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...