[Bug 51551] Re: newusers uses crypt insted of md5, intrepid installer doesn't use sha512

2008-10-28 Thread Kees Cook
** Also affects: liboobs (Ubuntu) Importance: Undecided Status: New ** Summary changed: - newusers uses crypt insted of md5, intrepid installer doesn't use sha512 + newusers, liboobs uses crypt insted of md5, intrepid installer doesn't use sha512 ** Changed in: liboobs (Ubuntu)

[Bug 51551] Re: newusers uses crypt insted of md5, intrepid installer doesn't use sha512

2008-10-25 Thread Colin Watson
** Changed in: user-setup (Ubuntu) Sourcepackagename: ubiquity => user-setup ** Also affects: migration-assistant (Ubuntu) Importance: Undecided Status: New ** Changed in: migration-assistant (Ubuntu) Importance: Undecided => Medium Status: New => Triaged -- newusers uses cr

[Bug 51551] Re: newusers uses crypt insted of md5

2008-10-24 Thread Kees Cook
./d-i/source/migration-assistant/ma-script-utils: $chroot $ROOT chpasswd -m < Triaged ** Changed in: shadow (Ubuntu) Status: Confirmed => Triaged ** Changed in: ubiquity (Ubuntu) Importance: Undecided => Medium ** Summary changed: - newusers uses crypt insted of md5 + newusers

[Bug 51551] Re: newusers uses crypt insted of md5

2008-10-24 Thread Kees Cook
I'd like to set ENCRYPT_METHOD to SHA512 by default to match the changes made in PAM for Intrepid. Additionally, this will require that ubiquity not call "chpasswd" with the "-m" flag, which overrides the /etc/login.defs setting. (This may need to change in d-i as well?) ** Also affects: ubiqui

[Bug 51551] Re: newusers uses crypt insted of md5

2008-05-19 Thread Nicolas François
The debian 4.1.0-1 version fixed this (MD5_CRYPT_ENAB can be set to yes). Note that the prefered solution would be to define ENCRYPT_METHOD to MD5. (ENCRYPT_METHOD was introduced in 4.1.0 to allow new password encryption methods). -- newusers uses crypt insted of md5 https://bugs.launchpad.net/

[Bug 51551] Re: newusers uses crypt insted of md5

2007-06-08 Thread Colin Watson
Or, at least, it only works if PAM is compiled out and MD5_CRYPT_ENAB=yes in /etc/login.defs. It doesn't look like it's implemented in the PAM case. -- newusers uses crypt insted of md5 https://bugs.launchpad.net/bugs/51551 You received this bug notification because you are a member of Ubuntu Bug

[Bug 51551] Re: newusers uses crypt insted of md5

2007-06-08 Thread Colin Watson
Mm, yes. From the code, it looks like simply nobody ever implemented MD5 hashes in newusers. ** Changed in: shadow (Ubuntu) Importance: Undecided => Medium -- newusers uses crypt insted of md5 https://bugs.launchpad.net/bugs/51551 You received this bug notification because you are a member of

[Bug 51551] Re: newusers uses crypt insted of md5

2007-06-08 Thread Xeno Campanoli
I guess I could mention that I got the comment about $1$ from the shadow man page. the newusers man page describes the input file being just like a passwd file entry with a few things left out, but all the columns there. That's probably all that's needed to repro this from the interface viewpoint

[Bug 51551] Re: newusers uses crypt insted of md5

2007-06-08 Thread Xeno Campanoli
I used this input file: [EMAIL PROTECTED]:/home/xeno/shop/ubtest# cat newusers ubu3Ubuntu Test User 3:/home/ubu3:/bin/bash ---snip--- newusers newusers and I got the following password line which clearly doesn't have a hash beginning with $1$: ubu3:8xhfvFsxMIXh2:13671:0:9:7::: ---snip---

[Bug 51551] Re: newusers uses crypt insted of md5

2007-06-07 Thread Xeno Campanoli
I confirm that I just demonstrated this behavior exists on my Feisty install on my laptop. I made a user ubu3, and it's password in shadow does NOT being with $1$. -- newusers uses crypt insted of md5 https://bugs.launchpad.net/bugs/51551 You received this bug notification because you are a memb