diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-28 00:58:10 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-28 00:58:10 +0000 |
commit | 616f6b6ffe6db63461f33ce398aa918bae632393 (patch) | |
tree | 2ceefa1319e255006512a8c8cd526d6755fc8922 /examples | |
parent | 1c34cd359a9977ede758079d1989a49f00f39a67 (diff) | |
download | samba-616f6b6ffe6db63461f33ce398aa918bae632393.tar.gz samba-616f6b6ffe6db63461f33ce398aa918bae632393.tar.bz2 samba-616f6b6ffe6db63461f33ce398aa918bae632393.zip |
Replace references to the old textdocs by references to chapters in
the HOWTO Collection.
CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: Tag: SAMBA_3_0
CVS: smb.conf.default
CVS: ----------------------------------------------------------------------
(This used to be commit 280d627adb5305e8b814102aaa73825023c00571)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/smb.conf.default | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/smb.conf.default b/examples/smb.conf.default index d299f01714..89847c58f9 100644 --- a/examples/smb.conf.default +++ b/examples/smb.conf.default @@ -3,6 +3,9 @@ # here. Samba has a huge number of configurable options (perhaps too # many!) most of which are not shown in this example # +# For a step to step guide on installing, configuring and using samba, +# read the Samba HOWTO Collection. +# # Any line which starts with a ; (semi-colon) or a # (hash) # is a comment and is ignored. In this example we will use a # # for commentry and a ; for parts of the config file that you @@ -70,7 +73,7 @@ # This option is no longer implemented. # You may wish to use password encryption. Please read -# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation. +# the 'User database' chapter in the Samba HOWTO Collection # Do not enable this option unless you have read those documents ; encrypt passwords = yes @@ -82,7 +85,8 @@ ; include = /usr/local/samba/lib/smb.conf.%m # Most people will find that this option gives better performance. -# See speed.txt and the manual pages for details +# See the chapter 'Samba performance issues' in the Samba HOWTO Collection +# and the manual pages for details. # You may want to add the following on a Linux system: # SO_RCVBUF=8192 SO_SNDBUF=8192 socket options = TCP_NODELAY |