Please clarify if Fedora 8 worked by changing to luseradd or if it worked using useradd.
________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Todd Cooper Sent: Monday, November 17, 2008 1:55 PM To: [email protected] Subject: Re: [Fedora-livecd-list] Adding users to LiveCD I had the same problem. I tried it under Fedora 8 and it worked. I have tried Fedora 10 Beta and can't get the CD to roll and I changed to try to roll a Live CentOS or Redhat CD. ________________________________ From: "Taylor, Monroe E" <[EMAIL PROTECTED]> To: "[email protected]" <[email protected]> Sent: Monday, November 17, 2008 3:50:01 PM Subject: RE: [Fedora-livecd-list] Adding users to LiveCD I used the luseradd command instead of the useradd command as follows; # add fedora user with no passwd useradd -c "Fedora Live" fedora passwd -d fedora > /dev/null luseradd -c "ipdt" ipdt #usermod -p 'ipdt' ipdt luseradd -c "Monroe Taylor" metaylor #usermod -p 'rocket23' metaylor After burning and booting the CD I confirmed that accounts for each of the 3 users (Fedora Live, ipdt, and Monroe Taylor) were present on the login screen. However, none of them worked, not even the default (Fedora Live). For the two accounts I wanted to add, the error message was unable to authenticate user I even selected other and tried to use root but got the same result. When I tried the default, the screen changed as if it was logging in, but it returned to the login screen without any error reporting. Are there any other ideas? It seems to me that at least the default should work. Sorry for the late reply -----Original Message----- From: [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]> [mailto:[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>] On Behalf Of Jesse Keating Sent: Tuesday, November 11, 2008 3:50 PM To: [email protected]<mailto:[email protected]> Subject: RE: [Fedora-livecd-list] Adding users to LiveCD On Tue, 2008-11-11 at 14:49 -0700, Taylor, Monroe E wrote: > > # add fedora user with no passwd > useradd -c "Fedora Live" fedora > passwd -d fedora > /dev/null > > useradd -c "ipdg" ipdt > useradd -c "monroe taylor" metaylor IIRC useradd doesn't use libuser, and cannot set selinux attributes correctly. Try luseradd instead? -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating -- Fedora-livecd-list mailing list [email protected]<mailto:[email protected]> https://www.redhat.com/mailman/listinfo/fedora-livecd-list
-- Fedora-livecd-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-livecd-list
