I think the problem I am coming into is that Suse uses blowfish encryptions And CentOS is MD5?
Is that correct, if so is there a way to convert them?
Main Topics
Browse All TopicsGreetings,
I am moving some users from a opensuse 11.1 server to Centos 5.3 server. However Simply copying their password in the /etc/shadow isn't working as they can't log in.
Is it possible to migrate these users without having to manually enter their passwords?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
So ya it looks like suse uses blowfish by default. the only thing I can think if is to change the default encryption(/etc/login.defs
I am not to sure how to change the encryption method on suse. But on redhat I think you edit /etc/login.defs"
<-SNIP->
ENCRYPT_METHOD MD5
<-SNIP->
So ya you can change the default encryption to MD5 in yast. Check this link out. Then ya just ask everyone to change there passwords.
http://www.opensubscriber.
Business Accounts
Answer for Membership
by: martin_2110Posted on 2009-09-11 at 15:24:20ID: 25313980
egrep "username1|username2|usern ame3" /etc/shadow > append.shadow ame3" /etc/passwd > append.passwd
egrep "username1|username2|usern
scp files to new server
on new server
cat append.shadow >> /etc/shadow
cat append.passwd >> /etc/passwd