Displaying 1 result from an estimated 1 matches for "rhe4bdc".
2006 Jun 06
0
RE: samba Digest, Vol 42, Issue 6
Hi Scott,
Good to see 64bit, I would suggest doing something like this as follows>
logon to a BDC that is currently accepting domain logons and is replicating
the database from the PDC.
as root > slapcat-v -l ldiif-transfer.txt ; to dump the database.
root > scp ldif-transfer.txt root@RHE4BDC:/dir
root > net getlocalsid | cat sidtransfer.txt # vi and check the file for sid
number
root > scp sidtransfer.txt root@RHE4BDC:/dir
logon to the RHE4 BDC as root
root> cd /dir # you should see ldif-transfer.txt & sidtransfer.txt
root > service ldap stop
root > cd /var/lib/...