summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1999-01-14 19:42:11 +0000
committerJeremy Allison <jra@samba.org>1999-01-14 19:42:11 +0000
commit2a086620807cc5e633b9c43cef87b1b7ee0d4c11 (patch)
tree541e9a76268e417866a23e1e583e0dc3d772671e
parent2628291d48eae53618f8ff3c049e1bf9403f895f (diff)
downloadsamba-2a086620807cc5e633b9c43cef87b1b7ee0d4c11.tar.gz
samba-2a086620807cc5e633b9c43cef87b1b7ee0d4c11.tar.xz
samba-2a086620807cc5e633b9c43cef87b1b7ee0d4c11.zip
Ensuring docs are up-to-date for 2.0.0.
Jeremy.
-rw-r--r--docs/htmldocs/DOMAIN_MEMBER.html3
-rw-r--r--docs/manpages/lmhosts.52
-rw-r--r--docs/manpages/make_smbcodepage.12
-rw-r--r--docs/manpages/nmbd.82
-rw-r--r--docs/manpages/nmblookup.12
-rw-r--r--docs/manpages/samba.72
-rw-r--r--docs/manpages/smb.conf.52
-rw-r--r--docs/manpages/smbclient.12
-rw-r--r--docs/manpages/smbd.82
-rw-r--r--docs/manpages/smbpasswd.52
-rw-r--r--docs/manpages/smbpasswd.82
-rw-r--r--docs/manpages/smbrun.12
-rw-r--r--docs/manpages/smbstatus.12
-rw-r--r--docs/manpages/smbtar.12
-rw-r--r--docs/manpages/swat.82
-rw-r--r--docs/manpages/testparm.12
-rw-r--r--docs/manpages/testprns.12
-rw-r--r--docs/textdocs/DOMAIN_MEMBER.txt7
-rw-r--r--docs/yodldocs/DOMAIN_MEMBER.yo4
19 files changed, 27 insertions, 19 deletions
diff --git a/docs/htmldocs/DOMAIN_MEMBER.html b/docs/htmldocs/DOMAIN_MEMBER.html
index 6d9741f2f27..28f9f2d6fb1 100644
--- a/docs/htmldocs/DOMAIN_MEMBER.html
+++ b/docs/htmldocs/DOMAIN_MEMBER.html
@@ -63,6 +63,9 @@ use domain security.
<p><br>line in the <a href="smb.conf.5.html#global"><strong>[global]</strong></a> section to read:
<p><br><code>workgroup = DOM</code>
<p><br>as this is the name of the domain we are joining.
+<p><br>You must also have the parameter <a href="smb.conf.5.html#encryptpasswords"><strong>"encrypt passwords"</strong></a>
+set to <code>"yes"</code> in order for your users to authenticate to the
+NT PDC.
<p><br>Finally, add (or modify) a:
<p><br><a href="smb.conf.5.html#passwordserver"><strong>"password server ="</strong></a>
<p><br>line in the <a href="smb.conf.5.html#global"><strong>[global]</strong></a> section to read:
diff --git a/docs/manpages/lmhosts.5 b/docs/manpages/lmhosts.5
index fea85e62f66..534c2484150 100644
--- a/docs/manpages/lmhosts.5
+++ b/docs/manpages/lmhosts.5
@@ -1,4 +1,4 @@
-.TH LMHOSTS 5 "31 Dec 1998" "lmhosts 2.0.0beta5"
+.TH "lmhosts " "5" "23 Oct 1998" "Samba" "SAMBA"
.PP
.SH "NAME"
lmhosts \- The Samba NetBIOS hosts file
diff --git a/docs/manpages/make_smbcodepage.1 b/docs/manpages/make_smbcodepage.1
index 7ad4ee70053..9c134201078 100644
--- a/docs/manpages/make_smbcodepage.1
+++ b/docs/manpages/make_smbcodepage.1
@@ -1,4 +1,4 @@
-.TH MAKE_SMBCODEPAGE 1 "31 Dec 1998" "make_smbcodepage 2.0.0beta5"
+.TH "make_smbcodepage " "1" "23 Oct 1998" "Samba" "SAMBA"
.PP
.SH "NAME"
make_codepage \- Construct a codepage file for Samba
diff --git a/docs/manpages/nmbd.8 b/docs/manpages/nmbd.8
index 959fed2302f..2c880faa427 100644
--- a/docs/manpages/nmbd.8
+++ b/docs/manpages/nmbd.8
@@ -1,4 +1,4 @@
-.TH NMBD 8 "31 Dec 1998" "nmbd 2.0.0beta5"
+.TH "nmbd" "8" "23 Oct 1998" "Samba" "SAMBA"
.PP
.SH "NAME"
nmbd \- NetBIOS name server to provide NetBIOS over IP
diff --git a/docs/manpages/nmblookup.1 b/docs/manpages/nmblookup.1
index 88ee0f243ce..04f24d0ef53 100644
--- a/docs/manpages/nmblookup.1
+++ b/docs/manpages/nmblookup.1
@@ -1,4 +1,4 @@
-.TH NMBLOOKUP 1 "31 Dec 1998" "nmblookup 2.0.0beta5"
+.TH "nmblookup " "1" "23 Oct 1998" "Samba" "SAMBA"
.PP
.SH "NAME"
nmblookup \- NetBIOS over TCP/IP client used to lookup NetBIOS names
diff --git a/docs/manpages/samba.7 b/docs/manpages/samba.7
index d22e09c8386..96975f34c26 100644
--- a/docs/manpages/samba.7
+++ b/docs/manpages/samba.7
@@ -1,4 +1,4 @@
-.TH SAMBA 7 "31 Dec 1998" "samba 2.0.0beta5"
+.TH "Samba " "7" "23 Oct 1998" "Samba" ""
.PP
.SH "NAME"
Samba \- A Windows SMB/CIFS fileserver for UNIX
diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5
index 500630b554b..116eaeb066e 100644
--- a/docs/manpages/smb.conf.5
+++ b/docs/manpages/smb.conf.5
@@ -1,4 +1,4 @@
-.TH SMB.CONF 5 "31 Dec 1998" "smb.conf 2.0.0beta5"
+.TH "smb\&.conf " "5" "23 Oct 1998" "Samba" "SAMBA"
.PP
.SH "NAME"
smb\&.conf \- The configuration file for the Samba suite
diff --git a/docs/manpages/smbclient.1 b/docs/manpages/smbclient.1
index 04b310203ba..6d93c3cd51e 100644
--- a/docs/manpages/smbclient.1
+++ b/docs/manpages/smbclient.1
@@ -1,4 +1,4 @@
-.TH SMBCLIENT 1 "31 Dec 1998" "smbclient 2.0.0beta5"
+.TH "smbclient " "1" "23 Oct 1998" "Samba" "SAMBA"
.PP
.SH "NAME"
smbclient \- ftp-like client to access SMB/CIFS resources on servers
diff --git a/docs/manpages/smbd.8 b/docs/manpages/smbd.8
index 56c24f788fd..7088cfd557e 100644
--- a/docs/manpages/smbd.8
+++ b/docs/manpages/smbd.8
@@ -1,4 +1,4 @@
-.TH SMBD 8 "31 Dec 1998" "smbd 2.0.0beta5"
+.TH "smbd " "8" "23 Oct 1998" "Samba" "SAMBA"
.PP
.SH "NAME"
smbd \- server to provide SMB/CIFS services to clients
diff --git a/docs/manpages/smbpasswd.5 b/docs/manpages/smbpasswd.5
index c96840530df..e3fbcf161ee 100644
--- a/docs/manpages/smbpasswd.5
+++ b/docs/manpages/smbpasswd.5
@@ -1,4 +1,4 @@
-.TH SMBPASSWD 5 "31 Dec 1998" "smbpasswd 2.0.0beta5"
+.TH "smbpasswd " "5" "23 Oct 1998" "Samba" "SAMBA"
.PP
.SH "NAME"
smbpasswd \- The Samba encrypted password file
diff --git a/docs/manpages/smbpasswd.8 b/docs/manpages/smbpasswd.8
index 926bdd20216..ad502e01b12 100644
--- a/docs/manpages/smbpasswd.8
+++ b/docs/manpages/smbpasswd.8
@@ -1,4 +1,4 @@
-.TH SMBPASSWD 8 "31 Dec 1998" "smbpasswd 2.0.0beta5"
+.TH "smbpasswd " "8" "23 Oct 1998" "Samba" "SAMBA"
.PP
.SH "NAME"
smbpasswd \- change a users SMB password
diff --git a/docs/manpages/smbrun.1 b/docs/manpages/smbrun.1
index 3c626f6bea8..d34b408d6bd 100644
--- a/docs/manpages/smbrun.1
+++ b/docs/manpages/smbrun.1
@@ -1,4 +1,4 @@
-.TH SMBRUN 1 "31 Dec 1998" "smbrun 2.0.0beta5"
+.TH "smbrun " "1" "23 Oct 1998" "Samba" "SAMBA"
.PP
.SH "NAME"
smbrun \- interface program between smbd and external programs
diff --git a/docs/manpages/smbstatus.1 b/docs/manpages/smbstatus.1
index 5548cadced9..ddbbc7e8a53 100644
--- a/docs/manpages/smbstatus.1
+++ b/docs/manpages/smbstatus.1
@@ -1,4 +1,4 @@
-.TH SMBSTATUS 1 "31 Dec 1998" "smbstatus 2.0.0beta5"
+.TH "smbstatus " "1" "23 Oct 1998" "Samba" "SAMBA"
.PP
.SH "NAME"
smbstatus \- report on current Samba connections
diff --git a/docs/manpages/smbtar.1 b/docs/manpages/smbtar.1
index 83b34c1b8cb..2aaa542231e 100644
--- a/docs/manpages/smbtar.1
+++ b/docs/manpages/smbtar.1
@@ -1,4 +1,4 @@
-.TH SMBTAR 1 "31 Dec 1998" "smbtar 2.0.0beta5"
+.TH "smbtar " "1" "23 Oct 1998" "Samba" "SAMBA"
.PP
.SH "NAME"
smbtar \- shell script for backing up SMB/CIFS shares directly to UNIX tape drives
diff --git a/docs/manpages/swat.8 b/docs/manpages/swat.8
index 7f18fcefac2..a9e876aaf29 100644
--- a/docs/manpages/swat.8
+++ b/docs/manpages/swat.8
@@ -1,4 +1,4 @@
-.TH SWAT 8 "31 Dec 1998" "swat 2.0.0beta5"
+.TH "swat " "8" "23 Oct 1998" "Samba" "SAMBA"
.PP
.SH "NAME"
swat \- swat - Samba Web Administration Tool
diff --git a/docs/manpages/testparm.1 b/docs/manpages/testparm.1
index 65ecd7bac6e..b75590aa9ad 100644
--- a/docs/manpages/testparm.1
+++ b/docs/manpages/testparm.1
@@ -1,4 +1,4 @@
-.TH TESTPARM 1 "31 Dec 1998" "testparm 2.0.0beta5"
+.TH "testparm " "1" "23 Oct 1998" "Samba" "SAMBA"
.PP
.SH "NAME"
testparm \- check an smb\&.conf configuration file for internal correctness
diff --git a/docs/manpages/testprns.1 b/docs/manpages/testprns.1
index 94dd0f79868..bb366e329c3 100644
--- a/docs/manpages/testprns.1
+++ b/docs/manpages/testprns.1
@@ -1,4 +1,4 @@
-.TH TESTPRNS 1 "31 Dec 1998" "testprns 2.0.0beta5"
+.TH "testprns " "1" "23 Oct 1998" "Samba" "SAMBA"
.PP
.SH "NAME"
testprns \- check printer name for validity with smbd
diff --git a/docs/textdocs/DOMAIN_MEMBER.txt b/docs/textdocs/DOMAIN_MEMBER.txt
index ea480571aff..adfbf81251f 100644
--- a/docs/textdocs/DOMAIN_MEMBER.txt
+++ b/docs/textdocs/DOMAIN_MEMBER.txt
@@ -1,6 +1,3 @@
-!==
-!== DOMAIN_MEMBER.txt for Samba release 2.0.0beta5 31 Dec 1998
-!==
TITLE INFORMATION: Joining an NT Domain with Samba 2.0
AUTHOR INFORMATION: Jeremy Allison, Samba Team
@@ -78,6 +75,10 @@ workgroup = DOM
as this is the name of the domain we are joining.
+You must also have the parameter "encrypt passwords"
+set to "yes" in order for your users to authenticate to the
+NT PDC.
+
Finally, add (or modify) a:
"password server ="
diff --git a/docs/yodldocs/DOMAIN_MEMBER.yo b/docs/yodldocs/DOMAIN_MEMBER.yo
index 2b05c0e8148..52b6d40088d 100644
--- a/docs/yodldocs/DOMAIN_MEMBER.yo
+++ b/docs/yodldocs/DOMAIN_MEMBER.yo
@@ -72,6 +72,10 @@ tt(workgroup = DOM)
as this is the name of the domain we are joining.
+You must also have the parameter url(bf("encrypt passwords"))(smb.conf.5.html#encryptpasswords)
+set to tt("yes") in order for your users to authenticate to the
+NT PDC.
+
Finally, add (or modify) a:
url(bf("password server ="))(smb.conf.5.html#passwordserver)