passwd file transfer

2009-04-16 Thread gahn
Hi all: we have a linux based system and it will be replaced with freebsd based system. but i would like to reuse users' password. is there any better way to do this? ___ freebsd-questions@freebsd.org mailing list

Re: passwd file transfer

2009-04-16 Thread Dan Nelson
In the last episode (Apr 16), gahn said: we have a linux based system and it will be replaced with freebsd based system. but i would like to reuse users' password. is there any better way to do this? There's an awk script at the bottom of the passwd(5) manpage that will convert a non-BSD

Re: passwd file transfer

2009-04-16 Thread Chris Rees
2009/4/16 gahn ipfr...@yahoo.com: Hi all: we have a linux based system and it will be replaced with freebsd based system. but i would like to reuse users' password. is there any better way to do this? You *could* use some fancy awk | sed stuff to get passwords from your existing file