Seems like it should be simple to move users from the old server to the new server right?
Exporting users from the workgroup manager doesn’t keep passwords intact. We have over 300 users, re-assigning all their passwords again would be a huge task.
All of the current users are on a jaguar 10.2.5 sever in the /network directory (/var/db/netinfo/network.nidb) and I want to move them to a new X-Serve running jaguar 10.2.5.
Just copying the /var/db/network directory over doesn’t work because the ip address and host name of the server are in the network.nidb files. I attempted to use perl -p -i -e to find and replace all the ip’s and hostnames with the new information but perl complained about not being able to do in-place edits on binary files.
I looked at niutil, nidump, niload – and as far as I could tell none of them will dump and load the whole thing.
I even attempted to use openLDAP and slapcat/slapadd to do it and couldn’t seem to get that to work either..
Can anyone help?
Comments are closed