svn commit: samba-docs r471 - in trunk/Samba-Guide: .

jht at samba.org jht at samba.org
Thu Apr 14 00:25:12 GMT 2005


Author: jht
Date: 2005-04-14 00:25:12 +0000 (Thu, 14 Apr 2005)
New Revision: 471

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=471

Log:
Another update. Fix bugs.
Modified:
   trunk/Samba-Guide/SBE-UpgradingSamba.xml


Changeset:
Modified: trunk/Samba-Guide/SBE-UpgradingSamba.xml
===================================================================
--- trunk/Samba-Guide/SBE-UpgradingSamba.xml	2005-04-14 00:22:42 UTC (rev 470)
+++ trunk/Samba-Guide/SBE-UpgradingSamba.xml	2005-04-14 00:25:12 UTC (rev 471)
@@ -540,13 +540,13 @@
 
 Example:
 
-  $ ldapsearch .... -b "ou=people,dc=..." > sambaAcct.ldif
-  $ convertSambaAccount --sid=<Domain SID> \
+  $ ldapsearch .... -b "ou=people,dc=..." &gt; sambaAcct.ldif
+  $ convertSambaAccount --sid=&lt;Domain SID&gt; \
     --input=sambaAcct.ldif --output=sambaSamAcct.ldif \
     --changetype=[modify|add]
 
-The <DOM SID> can be obtained by running 'net getlocalsid
-<DOMAINNAME>' on the Samba PDC as root.  The changetype determines
+The &lt;DOM SID&gt; can be obtained by running 'net getlocalsid
+&lt;DOMAINNAME&gt;' on the Samba PDC as root.  The changetype determines
 the format of the generated LDIF output--either create new entries
 or modify existing entries.
 



More information about the samba-cvs mailing list