mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Fix a small but annoying cut-n-pasteo with the net groupmap modify exampled.
You do not specify a RID on a modify command.
This commit is contained in:
parent
cbbbf0e852
commit
8c9b4f2a95
@ -271,9 +271,9 @@ to function as a BDC, i.e., <parameter>domain master = No</parameter>.
|
||||
#### Keep this as a shell script for future re-use
|
||||
|
||||
# First assign well known domain global groups
|
||||
net groupmap modify ntgroup="Domain Admins" unixgroup=root rid=512
|
||||
net groupmap modify ntgroup="Domain Users" unixgroup=users rid=513
|
||||
net groupmap modify ntgroup="Domain Guests" unixgroup=nobody rid=514
|
||||
net groupmap modify ntgroup="Domain Admins" unixgroup=root
|
||||
net groupmap modify ntgroup="Domain Users" unixgroup=users
|
||||
net groupmap modify ntgroup="Domain Guests" unixgroup=nobody
|
||||
|
||||
# Now for our added domain global groups
|
||||
net groupmap add ntgroup="Designers" unixgroup=designers type=d rid=3200
|
||||
|
Loading…
Reference in New Issue
Block a user