diff options
Diffstat (limited to 'docs/Samba3-ByExample/SBE-TheSmallOffice.xml')
-rw-r--r-- | docs/Samba3-ByExample/SBE-TheSmallOffice.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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 |