summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-10-22 22:38:33 +0000
committerTim Potter <tpot@samba.org>2000-10-22 22:38:33 +0000
commite833a83d56132e124c82aafc0b9ae355cea23ba9 (patch)
tree855cc6d0f316d903097e908e74b829bfcff62b27
parentd199eebcf76c9961f6d67faf56e01d463f3b17a6 (diff)
downloadsamba-e833a83d56132e124c82aafc0b9ae355cea23ba9.tar.gz
samba-e833a83d56132e124c82aafc0b9ae355cea23ba9.tar.bz2
samba-e833a83d56132e124c82aafc0b9ae355cea23ba9.zip
Small change to process of joining a domain with samedit.
(This used to be commit 7c3518c55eeff0a962c367438cb5d67044698825)
-rw-r--r--docs/htmldocs/winbindd.8.html3
-rw-r--r--docs/manpages/winbindd.83
-rw-r--r--docs/yodldocs/winbindd.8.yo3
3 files changed, 6 insertions, 3 deletions
diff --git a/docs/htmldocs/winbindd.8.html b/docs/htmldocs/winbindd.8.html
index 0e0d70c2f4..2caa9ccf01 100644
--- a/docs/htmldocs/winbindd.8.html
+++ b/docs/htmldocs/winbindd.8.html
@@ -223,7 +223,8 @@ program like this:
</pre>
-<p>Then within samedit run the command:
+<p>The username after the -U can be any Domain user that has administrator
+priviliges on the machine. Next from within samedit, run the command:
<pre>
createuser MACHINE$ -j DOMAIN -L
diff --git a/docs/manpages/winbindd.8 b/docs/manpages/winbindd.8
index 9655f51bee..6f76699e3f 100644
--- a/docs/manpages/winbindd.8
+++ b/docs/manpages/winbindd.8
@@ -266,7 +266,8 @@ program like this:
.PP
-Then within samedit run the command:
+The username after the -U can be any Domain user that has administrator
+priviliges on the machine\&. Next from within samedit, run the command:
.nf
diff --git a/docs/yodldocs/winbindd.8.yo b/docs/yodldocs/winbindd.8.yo
index a2128be393..59547d76d3 100644
--- a/docs/yodldocs/winbindd.8.yo
+++ b/docs/yodldocs/winbindd.8.yo
@@ -252,7 +252,8 @@ verb(
samedit -S '*' -W DOMAIN -UAdministrator
)
-Then within samedit run the command:
+The username after the -U can be any Domain user that has administrator
+priviliges on the machine. Next from within samedit, run the command:
verb(
createuser MACHINE$ -j DOMAIN -L
)