Ack. On Fri, 2012-04-13 at 10:52 +0200, Martin Gracik wrote: > --- > modules/create_user.py | 5 ++++- > 1 files changed, 4 insertions(+), 1 deletions(-) > > diff --git a/modules/create_user.py b/modules/create_user.py > index 4f1ebab..b9d07c6 100644 > --- a/modules/create_user.py > +++ b/modules/create_user.py > @@ -279,11 +279,14 @@ class moduleClass(Module): > > self.admin.setpassUser(userEnt, self.passwordEntry.get_text(), 0) > > - # add user to wheel group > + # add user to wheel and dialout group > if self.is_admin.get_active(): > wheelEnt = self.admin.lookupGroupByName("wheel") > wheelEnt.add(libuser.MEMBERNAME, username) > self.admin.modifyGroup(wheelEnt) > + dialoutEnt = self.admin.lookupGroupByName("dialout") > + dialoutEnt.add(libuser.MEMBERNAME, username) > + self.admin.modifyGroup(dialoutEnt) > > return RESULT_SUCCESS > -- Vratislav Podzimek Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list