Displaying 1 result from an estimated 1 matches for "sidtransfer".
Did you mean:
mistransfer
2006 Jun 06
0
RE: samba Digest, Vol 42, Issue 6
...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/ldap
root > rm -rf * # be sure to be in right...