Re: [CentOS] copying user accounts...

2014-06-11 Thread SilverTip257
On Tue, Jun 10, 2014 at 5:38 PM, Matt Garman wrote: > I've used "usermod -p " successfully many > times. > > Just be careful with escaping of the '$' field separators that appear > in the encrypted password string from /etc/shadow. > +1 A while back I wrote a script to migrate accounts and dat

Re: [CentOS] copying user accounts...

2014-06-10 Thread Matt Garman
I've used "usermod -p " successfully many times. Just be careful with escaping of the '$' field separators that appear in the encrypted password string from /etc/shadow. On Tue, Jun 10, 2014 at 4:28 PM, John R Pierce wrote: > I want to copy a few user accounts to a new system... is there a