summaryrefslogtreecommitdiff
path: root/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2006-07-06 23:44:14 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:20 -0500
commitebe0e33e3d3ef15b0f4861baf8bb81e8e6e72b51 (patch)
tree0007cefe852f4917cb957cdb6ace2e46a52b1cf2 /docs/Samba3-ByExample/SBE-SecureOfficeServer.xml
parent3b3aba8e010e789044c68d92c976c534409d5030 (diff)
downloadsamba-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/Samba3-ByExample/SBE-SecureOfficeServer.xml')
-rw-r--r--docs/Samba3-ByExample/SBE-SecureOfficeServer.xml6
1 files changed, 3 insertions, 3 deletions
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