diff options
author | Christopher R. Hertel <crh@samba.org> | 2002-02-06 22:51:07 +0000 |
---|---|---|
committer | Christopher R. Hertel <crh@samba.org> | 2002-02-06 22:51:07 +0000 |
commit | fd4d3496e142574e2bd25faab5c8f1534a21558f (patch) | |
tree | dcf89d2a1f680935ada20f3ff750cf7a8114b8a0 /examples/smb.conf.default | |
parent | 542e0e37455e6bcd8e0c248b3bb6ede8306d1656 (diff) | |
download | samba-fd4d3496e142574e2bd25faab5c8f1534a21558f.tar.gz |
I added two lines of comments regarding the include= parameter. Someone
here at the UofM was burned today because they had left that line in its
default location.
Diffstat (limited to 'examples/smb.conf.default')
-rw-r--r-- | examples/smb.conf.default | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/smb.conf.default b/examples/smb.conf.default index c25b2dc6281..f0c86cc6eed 100644 --- a/examples/smb.conf.default +++ b/examples/smb.conf.default @@ -68,7 +68,9 @@ # Using the following line enables you to customise your configuration # on a per machine basis. The %m gets replaced with the netbios name -# of the machine that is connecting +# of the machine that is connecting. +# Note: Consider carefully the location in the configuration file of +# this line. The included file is read at that point. ; include = /usr/local/samba/lib/smb.conf.%m # Most people will find that this option gives better performance. |