diff options
author | John Terpstra <jht@samba.org> | 2006-07-06 23:44:14 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:20 -0500 |
commit | ebe0e33e3d3ef15b0f4861baf8bb81e8e6e72b51 (patch) | |
tree | 0007cefe852f4917cb957cdb6ace2e46a52b1cf2 /docs | |
parent | 3b3aba8e010e789044c68d92c976c534409d5030 (diff) | |
download | samba-ebe0e33e3d3ef15b0f4861baf8bb81e8e6e72b51.tar.gz samba-ebe0e33e3d3ef15b0f4861baf8bb81e8e6e72b51.tar.bz2 samba-ebe0e33e3d3ef15b0f4861baf8bb81e8e6e72b51.zip |
Samba-3.0.23 changes.
(This used to be commit 72ae7f4ecf4d44f606875fe5bd0c99bf0d6f9fbc)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Samba3-ByExample/SBE-500UserNetwork.xml | 6 | ||||
-rw-r--r-- | docs/Samba3-ByExample/SBE-SecureOfficeServer.xml | 6 | ||||
-rw-r--r-- | docs/Samba3-ByExample/SBE-TheSmallOffice.xml | 6 | ||||
-rw-r--r-- | docs/Samba3-ByExample/index.xml | 3 |
4 files changed, 11 insertions, 10 deletions
diff --git a/docs/Samba3-ByExample/SBE-500UserNetwork.xml b/docs/Samba3-ByExample/SBE-500UserNetwork.xml index 3ac9c2e505..776d114257 100644 --- a/docs/Samba3-ByExample/SBE-500UserNetwork.xml +++ b/docs/Samba3-ByExample/SBE-500UserNetwork.xml @@ -1509,9 +1509,9 @@ groupadd finsrvcs 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 diff --git a/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml b/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml index 75c57db01d..59ddc985ff 100644 --- a/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml +++ b/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml @@ -981,9 +981,9 @@ groupadd acctsdep 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 diff --git a/docs/Samba3-ByExample/SBE-TheSmallOffice.xml b/docs/Samba3-ByExample/SBE-TheSmallOffice.xml index 15da3ae86d..1794700ec0 100644 --- a/docs/Samba3-ByExample/SBE-TheSmallOffice.xml +++ b/docs/Samba3-ByExample/SBE-TheSmallOffice.xml @@ -410,9 +410,9 @@ groupadd acctsdep 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 diff --git a/docs/Samba3-ByExample/index.xml b/docs/Samba3-ByExample/index.xml index 07ec80d4c8..9bcd647d7f 100644 --- a/docs/Samba3-ByExample/index.xml +++ b/docs/Samba3-ByExample/index.xml @@ -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>
|