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

sharpe at samba.org sharpe at samba.org
Tue Nov 23 06:00:24 GMT 2004


Author: sharpe
Date: 2004-11-23 06:00:23 +0000 (Tue, 23 Nov 2004)
New Revision: 283

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

Log:

Fix a small but annoying cut-n-pasteo with the net groupmap modify exampled.

You do not specify a RID on a modify command.


Modified:
   trunk/Samba-HOWTO-Collection/NT4Migration.xml


Changeset:
Modified: trunk/Samba-HOWTO-Collection/NT4Migration.xml
===================================================================
--- trunk/Samba-HOWTO-Collection/NT4Migration.xml	2004-11-18 11:03:57 UTC (rev 282)
+++ trunk/Samba-HOWTO-Collection/NT4Migration.xml	2004-11-23 06:00:23 UTC (rev 283)
@@ -271,9 +271,9 @@
 #### Keep this as a shell script for future re-use
 			
 # First assign well known domain global groups
-net groupmap modify ntgroup="Domain Admins" unixgroup=root   rid=512
-net groupmap modify ntgroup="Domain Users"  unixgroup=users  rid=513
-net groupmap modify ntgroup="Domain Guests" unixgroup=nobody rid=514
+net groupmap modify ntgroup="Domain Admins" unixgroup=root
+net groupmap modify ntgroup="Domain Users"  unixgroup=users
+net groupmap modify ntgroup="Domain Guests" unixgroup=nobody
 
 # Now for our added domain global groups
 net groupmap add ntgroup="Designers" unixgroup=designers type=d rid=3200



More information about the samba-cvs mailing list