Le crypto est probablement différente, blowfish, md5, des pour les vieux.<div><br></div><div>Que dit /etc/default/passwd sous Suse?</div><div><div>CRYPT_FILES=blowfish</div><div><br></div><div>Exemples chez moi...</div><div>
<br></div><div>Ubuntu 8.10 (SHA?)</div></div><div>user1:$6$KlRRuDbA$wWpz/d9k.1T7hm7hqP3E2jdc6AxT6OflPalETfnEynImwqDWFgl/NkDrYsSa9eKXvLs9XoR7Rhl0W6P9</div><div><br></div><div>Suse 10 (blowfish)</div><div><div>user2:$2a$10$YsejjheHfnPeaa8hEc5mTOdNlkfxmaoKiQGehocY6moYplExnJHPi:13644:0:99999:7:::</div>
<div><br></div></div><div><br></div><div>Sean</div><div><br></div><div><br><br><div class="gmail_quote">2009/12/21 François Bianco <span dir="ltr"><<a href="mailto:fbianco@swisslinux.org">fbianco@swisslinux.org</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Bonjour,<br>
<br>
j'ai une question, je veux migrer un serveur de Suse à Debian Lenny. Mais lors<br>
du transfert des comptes utilisateurs, les mots-de-passe ne sont pas transféré<br>
correctement.<br>
<br>
J'ai en gros suivi <a href="http://www.cyberciti.biz/faq/howto-move-migrate-user-
accounts-old-to-new-server/" target="_blank">http://www.cyberciti.biz/faq/howto-move-migrate-user-<br>
accounts-old-to-new-server/</a><br>
<br>
Donc j'ai fais (en gros on copie juste les comptes utilisateurs) :<br>
<br>
export UGIDLIMIT=500<br>
awk -v LIMIT=$UGIDLIMIT -F: '($3>=LIMIT) && ($3!=65534)' /old/etc/passwd >><br>
/etc/passwd<br>
awk -v LIMIT=$UGIDLIMIT -F: '($3>=LIMIT) && ($3!=65534)' /old/etc/group >><br>
/etc/group<br>
awk -v LIMIT=$UGIDLIMIT -F: '($3>=LIMIT) && ($3!=65534) {print $1}'<br>
/etc/passwd | tee - | egrep -f - /old/etc/shadow >> /etc/shadow<br>
<br>
Mais là pas possible de se loguer.<br>
<br>
J'ai remarqué en remettant un des ancien mots-de-passe avec 'passwd' que les<br>
valeurs dans le shadows de Debian ne correspondent pas à celle sous Suse.<br>
<br>
J'ai du rater une coche quelque part, est-ce que vous voyez où est le problème<br>
?<br>
<br>
D'avance merci pour vos réponse<br>
François<br>
<font color="#888888"><br>
--<br>
Swisslinux.org − Le carrefour GNU/Linux en Suisse −<br>
<a href="http://www.swisslinux.org" target="_blank">http://www.swisslinux.org</a><br>
</font><br>_______________________________________________<br>
gull mailing list<br>
<a href="mailto:gull@forum.linux-gull.ch">gull@forum.linux-gull.ch</a><br>
<a href="http://forum.linux-gull.ch/mailman/listinfo/gull" target="_blank">http://forum.linux-gull.ch/mailman/listinfo/gull</a><br></blockquote></div><br></div>