diff options
Diffstat (limited to 'docs/Samba3-ByExample/SBE-SecureOfficeServer.xml')
-rw-r--r-- | docs/Samba3-ByExample/SBE-SecureOfficeServer.xml | 6 |
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 |