diff options
author | John Terpstra <jht@samba.org> | 2003-04-07 15:19:34 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-04-07 15:19:34 +0000 |
commit | 6b8a18109364fa53287ce5e7425ad4c185e678cf (patch) | |
tree | b2f8ab9115f4c9ffa7eeaaade6e342f1eadb5485 /docs/docbook/projdoc/Bugs.sgml | |
parent | bd6a7f756bbf0824b62480c572cff0e43ac7daef (diff) | |
download | samba-6b8a18109364fa53287ce5e7425ad4c185e678cf.tar.gz samba-6b8a18109364fa53287ce5e7425ad4c185e678cf.tar.bz2 samba-6b8a18109364fa53287ce5e7425ad4c185e678cf.zip |
Docs merge from HEAD.
(This used to be commit e9b7b72ab613dbd88c846e3cf1ffa7e6dc9118e4)
Diffstat (limited to 'docs/docbook/projdoc/Bugs.sgml')
-rw-r--r-- | docs/docbook/projdoc/Bugs.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/docbook/projdoc/Bugs.sgml b/docs/docbook/projdoc/Bugs.sgml index 9c6be75c8d..d3525f5f95 100644 --- a/docs/docbook/projdoc/Bugs.sgml +++ b/docs/docbook/projdoc/Bugs.sgml @@ -87,7 +87,7 @@ detail, but may use too much disk space. <para> To set the debug level use <command>log level =</command> in your -<filename>smb.conf</filename>. You may also find it useful to set the log +&smb.conf;. You may also find it useful to set the log level higher for just one machine and keep separate logs for each machine. To do this use: </para> @@ -102,17 +102,17 @@ include = /usr/local/samba/lib/smb.conf.%m then create a file <filename>/usr/local/samba/lib/smb.conf.<replaceable>machine</replaceable></filename> where <replaceable>machine</replaceable> is the name of the client you wish to debug. In that file -put any smb.conf commands you want, for example +put any &smb.conf; commands you want, for example <command>log level=</command> may be useful. This also allows you to experiment with different security systems, protocol levels etc on just one machine. </para> <para> -The <filename>smb.conf</filename> entry <command>log level =</command> +The &smb.conf; entry <command>log level =</command> is synonymous with the entry <command>debuglevel =</command> that has been used in older versions of Samba and is being retained for backwards -compatibility of <filename>smb.conf</filename> files. +compatibility of &smb.conf; files. </para> <para> |