Which Directory Service do you use for your network?
None NIS LDAP LDAP + Kerberos Samba Active Directory eDirectory other ( 741 votes ~ 14 comments )
You are not currently logged in. If you do not have a user account then please consider creating one and logging in before you post your comment. This will allow you to track replies to your comment, and take part in the site much more freely.
To add your comment, fill in all the boxes below and then preview it to make sure you're happy with the way that it looks.
This is the comment you were replying to, attached to the article Question: Migrating existing users from one host to another?:
#5 Re: Question: Migrating existing users from one host to another? Posted by Anonymous (212.122.xx.xx) on Wed 12 Oct 2005 at 19:20 1. Get system part of passwd (UID < 1000 and nobody) and save it in /etc/passwd.static 2. Instead of appending to passwd overwrite /etc/passwd.dynamic 3. cat /etc/passwd.static /etc/passwd.dynamic > /etc/passwd; pwconv Or write simple perl script. But keeping users in some central directory (like LDAP or NIS) is IMO beter idea.
Posting Format:
Inappropriate comments will be removed.
Some help on entry formatting is available
Username:
Password:
[ Advanced Login ]
Register Account