Bug#528610: patch to solve that

2009-05-19 Thread Christian Perrier
Quoting Jordi Pujol (jordipuj...@gmail.com): > A Dimarts 19 Maig 2009 16:12:11, Christian Perrier va escriure: > > Quoting Jordi Pujol (jordipuj...@gmail.com): > > > the usermod command can use an encrypted password > > > > Thanks a lot (I apparently missed the bug report, sorry for this). Did > >

Bug#528610: patch to solve that

2009-05-19 Thread Jordi Pujol
A Dimarts 19 Maig 2009 16:12:11, Christian Perrier va escriure: > Quoting Jordi Pujol (jordipuj...@gmail.com): > > the usermod command can use an encrypted password > > Thanks a lot (I apparently missed the bug report, sorry for this). Did > you test the patch? not really in this package, when the

Bug#528610: patch to solve that

2009-05-19 Thread Christian Perrier
Quoting Jordi Pujol (jordipuj...@gmail.com): > the usermod command can use an encrypted password Thanks a lot (I apparently missed the bug report, sorry for this). Did you test the patch? signature.asc Description: Digital signature

Bug#528610: patch to solve that

2009-05-19 Thread Jordi Pujol
the usermod command can use an encrypted password --- /usr/lib/user-setup/user-setup-apply 2008-08-09 21:35:55.0 +0200 +++ user-setup-apply 2009-05-19 11:25:21.0 +0200 @@ -29,13 +29,12 @@ USER="$1" PASSWD="$2" if [ "$3" = true ]; then - OPTS=-e + $chroot $ROOT usermod --pas