Hi Khem,
> -Original Message-
> From: Khem Raj [mailto:raj.k...@gmail.com]
> Sent: Thursday, May 23, 2019 07:11 PM
> To: Rudolf Streif ; Greg Wilson-Lindberg
>
> Cc: Yocto list discussion
> Subject: Re: [yocto] problem adding a user
>
>
>
> On 5/2
From:* Rudolf Streif mailto:rudolf.str...@ibeeto.com>>
*Sent:* Wednesday, May 22, 2019 12:42:40 PM
*To:* Greg Wilson-Lindberg
*Cc:* Yocto list discussion
*Subject:* Re: [yocto] problem adding a user
Greg,
Can you share the logfile via Pastebin?
:rjs
On
he output just the adjacent single quotes " '' ".
Something is removing the encoded hash.
Greg
From: Leon Woestenberg
Sent: Thursday, May 23, 2019 2:44:04 PM
To: Rudolf Streif
Cc: Greg Wilson-Lindberg; Yocto list discussion
Subject: Re: [y
he file, the whole file is over the 500k
>> limit of free pastebin:
>>
>> https://pastebin.com/UcnKebce
>>
>>
>> And here is the 2nd half of the file:
>>
>> https://pastebin.com/9117tdUU
>>
>>
>> Greg
>> ---
> And here is the 2nd half of the file:
>
> https://pastebin.com/9117tdUU
>
>
> Greg
> --
> *From:* Rudolf Streif
> *Sent:* Wednesday, May 22, 2019 12:42:40 PM
> *To:* Greg Wilson-Lindberg
> *Cc:* Yocto list discussion
> *Subject:* Re: [yocto] problem adding a user
>
12:42:40 PM
To: Greg Wilson-Lindberg
Cc: Yocto list discussion
Subject: Re: [yocto] problem adding a user
Greg,
Can you share the logfile via Pastebin?
:rjs
On Tue, May 21, 2019 at 11:09 AM Greg Wilson-Lindberg
mailto:gwil...@sakuraus.com>> wrote:
Rudolf,
Something else is happening to
-------
> *From:* Rudolf Streif
> *Sent:* Tuesday, May 21, 2019 5:37:23 AM
> *To:* Greg Wilson-Lindberg
> *Cc:* Yocto list discussion
> *Subject:* Re: [yocto] problem adding a user
>
> Greg,
>
> usermod does not work for the MD5 algorithm wit
This is only happening when I'm trying the MD5 password.
Greg
From: Rudolf Streif
Sent: Tuesday, May 21, 2019 5:37:23 AM
To: Greg Wilson-Lindberg
Cc: Yocto list discussion
Subject: Re: [yocto] problem adding a user
Greg,
usermod does not work for the MD5 algorithm with t
akura]"
>
> I don't understand why the short passwords and passing along the proper hash
> works,
> but not the longer password.
>
> It also doesn't make sense that I can't put in the '$' & '@' characters and
> have them work.
>
>
assword.
It also doesn't make sense that I can't put in the '$' & '@' characters and
have them work.
Any suggestions would be greatly appreciated.
Greg
________
From: Rudolf Streif
Sent: Wednesday, May 15, 2019 4:58:26 PM
To: Greg Wils
..@ibeeto.com]
> *Sent:* Wednesday, May 15, 2019 01:30 PM
> *To:* Greg Wilson-Lindberg ; Yocto list discussion <
> yocto@yoctoproject.org>
> *Subject:* Re: [yocto] problem adding a user
>
>
>
> Instead of
>
>
>
> useradd -p `openssl passwd test` sakura
>
ay 15, 2019 01:30 PM
To: Greg Wilson-Lindberg ; Yocto list discussion
Subject: Re: [yocto] problem adding a user
Instead of
useradd -p `openssl passwd test` sakura
which attempts to add the user and set the password which fails if the user
already exists, use
usermod -p `openssl pa
treif
*Sent:* Wednesday, May 15, 2019 12:31 PM
*To:* Greg Wilson-Lindberg; Yocto list discussion
*Subject:* Re: [yocto] problem adding a user
The ! for the password in /etc/shadow indicates that the account is
disabled:
sakura:!:18031:0:9:7:::
Either there is something wrong with the pas
To: Greg Wilson-Lindberg; Yocto list discussion
Subject: Re: [yocto] problem adding a user
The ! for the password in /etc/shadow indicates that the account is disabled:
sakura:!:18031:0:9:7:::
Either there is something wrong with the password generation or it gets
disabled by something
stro 2.5.3.
Greg
*From:* Rudolf J Streif
*Sent:* Wednesday, May 15, 2019 11:26 AM
*To:* Greg Wilson-Lindberg; Yocto list discussion
*Subject:* Re: [yocto] problem adding a user
Hi Greg,
> I've also tried both the back-quo
J Streif
Sent: Wednesday, May 15, 2019 11:26 AM
To: Greg Wilson-Lindberg; Yocto list discussion
Subject: Re: [yocto] problem adding a user
Hi Greg,
> I've also tried both the back-quote and the single-quote, no difference.
Help me to understand this. the back-quotes are the right ones. If yo
uote and the single-quote, no difference.
Regards,
Greg
*From:* Rudolf J Streif
*Sent:* Wednesday, May 15, 2019 10:07:47 AM
*To:* Greg Wilson-Lindberg; Yocto list discussion
*Subject:* Re: [yocto] problem adding a user
Hi Greg,
Well, I suppose I wrote the book
_
From: Rudolf J Streif
Sent: Wednesday, May 15, 2019 10:07:47 AM
To: Greg Wilson-Lindberg; Yocto list discussion
Subject: Re: [yocto] problem adding a user
Hi Greg,
Well, I suppose I wrote the book you are referring to...
Using
useradd -p PASSWORD USER
takes the password hash for PASSWORD
Hi Greg,
Well, I suppose I wrote the book you are referring to...
Using
useradd -p PASSWORD USER
takes the password hash for PASSWORD hence the use of openssl in:
useadd -p `openssl passwd PASSWORD` USER
openssl password creates the password hash using the original crypt hash
algorithm if
On 05/15/2019 08:34 AM, Greg Wilson-Lindberg wrote:
I'm trying to use the example in "Embedded Linux Systems with the Yocto
Project" to add a user to my Yocto build. In the book the sample code:
useradd -p `openssl passwd ${DEV_PASSWORD}` developer; \
uses openssl to generate the encrypted
I'm trying to use the example in "Embedded Linux Systems with the Yocto
Project" to add a user to my Yocto build. In the book the sample code:
useradd -p `openssl passwd ${DEV_PASSWORD}` developer; \
uses openssl to generate the encrypted password string to pass to useradd. I
have never been
21 matches
Mail list logo