[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [atomic-devel] default groups for fedora user



On Wed, Nov 5, 2014, at 03:14 PM, Dusty Mabe wrote:

> Is there a BZ open for this? The atomic beta image still has this
> issue. It would be great if this could get fixed before F21. 

It's probably too late to do a fix for this for F21, unfortunately.  I'd love to but it might involve changing shadow-utils.  In a cloud scenario, the workaround if you want sudo for your user is to add them directly to sudoers.

Here's an example base cloud-config I use (I also want "walters" instead of fedora@ or cloud-user@ because I bounce between systems too often to remember which is which):

#cloud-config
users:
  - name: walters
    gecos: Colin Walters
    sudo: ALL=(ALL) NOPASSWD:ALL
    ssh-authorized-keys:
      - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhNhbnKX9mNKsOWTloW/e4XlWBzctBkIDPp8/rV7Ff+S09ykp0k6CG+sWBbh7sipkR//qavRSO+iE1bVBxS1CtV1zMz5sN9n8HUna+sAJB7V34gXCa3Fk3uPgm6OMuNn+wgIVdJH2MUXB0OLHX3onoM3w3f2e0r7zz9aBTJcXIVlkSTEfaivrSkKydzf88tRt3nOG+xGWXKWRDniSOODVI65CY+NIYXz1o2s8CS+CKrezUT6sj2nmkXKtQr7dQ97X7zDXYkhrtVpoVBEhkcc1Rhz6vjrhw9Rh6k7/t/GA3bm6GAxzLX5ZiI6OLWazm3MPTcBGgVd7JNh8A3lh1mwlH walters lenny


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]