1
0
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:
Richard Sharpe 2004-11-23 06:00:23 +00:00 committed by Gerald W. Carter
parent cbbbf0e852
commit 8c9b4f2a95

View File

@ -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