From b0e27db7a4c724282f492494b8c9bd0b839194cf Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Thu, 14 Apr 2005 00:25:12 +0000 Subject: Another update. Fix bugs. (This used to be commit 67ad52ce5de9d148fc417a78ffaee1874b0b9f4e) --- docs/Samba-Guide/SBE-UpgradingSamba.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/Samba-Guide') diff --git a/docs/Samba-Guide/SBE-UpgradingSamba.xml b/docs/Samba-Guide/SBE-UpgradingSamba.xml index 39f9ae5c36..2aba158373 100644 --- a/docs/Samba-Guide/SBE-UpgradingSamba.xml +++ b/docs/Samba-Guide/SBE-UpgradingSamba.xml @@ -540,13 +540,13 @@ modify and LDIF file to the new schema. Example: - $ ldapsearch .... -b "ou=people,dc=..." > sambaAcct.ldif - $ convertSambaAccount --sid= \ + $ ldapsearch .... -b "ou=people,dc=..." > sambaAcct.ldif + $ convertSambaAccount --sid=<Domain SID> \ --input=sambaAcct.ldif --output=sambaSamAcct.ldif \ --changetype=[modify|add] -The can be obtained by running 'net getlocalsid -' on the Samba PDC as root. The changetype determines +The <DOM SID> can be obtained by running 'net getlocalsid +<DOMAINNAME>' on the Samba PDC as root. The changetype determines the format of the generated LDIF output--either create new entries or modify existing entries. -- cgit