summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2004-11-23 06:00:23 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:07 -0500
commit6be7f6a46fb4d57dd8ac63649b37c72ca6adce62 (patch)
tree2a28b2d6deb5e4dffaf6172706cac5dfc7a59dde /docs
parent7fba6d751dd002fd425759a683b9390bb05368de (diff)
downloadsamba-6be7f6a46fb4d57dd8ac63649b37c72ca6adce62.tar.gz
samba-6be7f6a46fb4d57dd8ac63649b37c72ca6adce62.tar.bz2
samba-6be7f6a46fb4d57dd8ac63649b37c72ca6adce62.zip
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 used to be commit 8c9b4f2a95e30f761b12efaffb387fa318a48efd)
Diffstat (limited to 'docs')
-rw-r--r--docs/Samba-HOWTO-Collection/NT4Migration.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Samba-HOWTO-Collection/NT4Migration.xml b/docs/Samba-HOWTO-Collection/NT4Migration.xml
index 2b34fa8b26..28706041e6 100644
--- a/docs/Samba-HOWTO-Collection/NT4Migration.xml
+++ b/docs/Samba-HOWTO-Collection/NT4Migration.xml
@@ -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