svn commit: samba-docs r975 - in trunk/Samba3-ByExample: .

jht at samba.org jht at samba.org
Thu Jul 6 23:44:15 GMT 2006


Author: jht
Date: 2006-07-06 23:44:14 +0000 (Thu, 06 Jul 2006)
New Revision: 975

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

Log:
Samba-3.0.23 changes.
Modified:
   trunk/Samba3-ByExample/SBE-500UserNetwork.xml
   trunk/Samba3-ByExample/SBE-SecureOfficeServer.xml
   trunk/Samba3-ByExample/SBE-TheSmallOffice.xml
   trunk/Samba3-ByExample/index.xml


Changeset:
Modified: trunk/Samba3-ByExample/SBE-500UserNetwork.xml
===================================================================
--- trunk/Samba3-ByExample/SBE-500UserNetwork.xml	2006-07-06 19:08:36 UTC (rev 974)
+++ trunk/Samba3-ByExample/SBE-500UserNetwork.xml	2006-07-06 23:44:14 UTC (rev 975)
@@ -1509,9 +1509,9 @@
 groupadd piops
 
 # Map Windows Domain Groups to UNIX groups
-net groupmap modify ntgroup="Domain Admins"  unixgroup=root
-net groupmap modify ntgroup="Domain Users"   unixgroup=users
-net groupmap modify ntgroup="Domain Guests"  unixgroup=nobody
+net groupmap add ntgroup="Domain Admins"  unixgroup=root type=d
+net groupmap add ntgroup="Domain Users"   unixgroup=users type=d
+net groupmap add ntgroup="Domain Guests"  unixgroup=nobody type=d
 
 # Add Functional Domain Groups
 net groupmap add ntgroup="Accounts Dept"       unixgroup=acctsdep type=d

Modified: trunk/Samba3-ByExample/SBE-SecureOfficeServer.xml
===================================================================
--- trunk/Samba3-ByExample/SBE-SecureOfficeServer.xml	2006-07-06 19:08:36 UTC (rev 974)
+++ trunk/Samba3-ByExample/SBE-SecureOfficeServer.xml	2006-07-06 23:44:14 UTC (rev 975)
@@ -981,9 +981,9 @@
 groupadd finsrvcs
 
 # Map Windows Domain Groups to UNIX groups
-net groupmap modify ntgroup="Domain Admins"  unixgroup=root
-net groupmap modify ntgroup="Domain Users"   unixgroup=users
-net groupmap modify ntgroup="Domain Guests"  unixgroup=nobody
+net groupmap add ntgroup="Domain Admins"  unixgroup=root type=d
+net groupmap add ntgroup="Domain Users"   unixgroup=users type=d
+net groupmap add ntgroup="Domain Guests"  unixgroup=nobody type=d
 
 # Add Functional Domain Groups
 net groupmap add ntgroup="Accounts Dept"  unixgroup=acctsdep type=d

Modified: trunk/Samba3-ByExample/SBE-TheSmallOffice.xml
===================================================================
--- trunk/Samba3-ByExample/SBE-TheSmallOffice.xml	2006-07-06 19:08:36 UTC (rev 974)
+++ trunk/Samba3-ByExample/SBE-TheSmallOffice.xml	2006-07-06 23:44:14 UTC (rev 975)
@@ -410,9 +410,9 @@
 groupadd finsrvcs
 
 # Map Windows Domain Groups to UNIX groups
-net groupmap modify ntgroup="Domain Admins"  unixgroup=root
-net groupmap modify ntgroup="Domain Users"   unixgroup=users
-net groupmap modify ntgroup="Domain Guests"  unixgroup=nobody
+net groupmap add ntgroup="Domain Admins"  unixgroup=root type=d
+net groupmap add ntgroup="Domain Users"   unixgroup=users type=d
+net groupmap add ntgroup="Domain Guests"  unixgroup=nobody type=d
 
 # Add Functional Domain Groups
 net groupmap add ntgroup="Accounts Dept"  unixgroup=acctsdep type=d

Modified: trunk/Samba3-ByExample/index.xml
===================================================================
--- trunk/Samba3-ByExample/index.xml	2006-07-06 19:08:36 UTC (rev 974)
+++ trunk/Samba3-ByExample/index.xml	2006-07-06 23:44:14 UTC (rev 975)
@@ -9,7 +9,7 @@
 		<authorgroup>
 			<author>&person.jht;</author>
 		</authorgroup>
-		<pubdate>June, 2005</pubdate>
+		<pubdate>July, 2006</pubdate>
 	</bookinfo>
 
 	<?latex \clearpage ?>
@@ -39,6 +39,7 @@
 <para>
 This section of <emphasis>Samba-3 by Example</emphasis> provides example network
 configurations that can be copied, or modified as needed, and deployed as-is.
+The contents have been marginally updated to reflect changes made in Samba=3.0.23.
 </para>
 
 <para>



More information about the samba-cvs mailing list