svn commit: samba-docs r322 - in trunk/Samba-HOWTO-Collection: .

jht at samba.org jht at samba.org
Thu Jan 13 16:09:05 GMT 2005


Author: jht
Date: 2005-01-13 16:09:05 +0000 (Thu, 13 Jan 2005)
New Revision: 322

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

Log:
Fix to get around bug that causes use of the quote meta-tag to fail inside a screen metatag.
Modified:
   trunk/Samba-HOWTO-Collection/Group-Mapping.xml


Changeset:
Modified: trunk/Samba-HOWTO-Collection/Group-Mapping.xml
===================================================================
--- trunk/Samba-HOWTO-Collection/Group-Mapping.xml	2005-01-07 19:05:37 UTC (rev 321)
+++ trunk/Samba-HOWTO-Collection/Group-Mapping.xml	2005-01-13 16:09:05 UTC (rev 322)
@@ -168,7 +168,7 @@
 
 		<para>
 	<screen>
-	&rootprompt;<userinput>net groupmap add ntgroup=<quote>Domain Admins</quote> unixgroup=domadm</userinput>
+	&rootprompt;<userinput>net groupmap add ntgroup="Domain Admins" unixgroup=domadm</userinput>
 	</screen>
 	</para>
 		



More information about the samba-cvs mailing list