diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-01 17:06:16 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-01 17:06:16 +0000 |
commit | d8f954d909fa3b1c7b2cb79113ae284d9ef42b96 (patch) | |
tree | 1cf90a3f29a76dbc948af48dd9073ae7a22038f7 /docs/docbook/smbdotconf/security/hostsequiv.xml | |
parent | c5ff6930821faed19640af87a7e285a061175f63 (diff) | |
download | samba-d8f954d909fa3b1c7b2cb79113ae284d9ef42b96.tar.gz samba-d8f954d909fa3b1c7b2cb79113ae284d9ef42b96.tar.bz2 samba-d8f954d909fa3b1c7b2cb79113ae284d9ef42b96.zip |
Use <note> instead of <emphasis>NOTE</emphasis> (gives much nicer output)
(This used to be commit 3e10d92746c645ae22756bca92046b2e26087ad2)
Diffstat (limited to 'docs/docbook/smbdotconf/security/hostsequiv.xml')
-rw-r--r-- | docs/docbook/smbdotconf/security/hostsequiv.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docbook/smbdotconf/security/hostsequiv.xml b/docs/docbook/smbdotconf/security/hostsequiv.xml index 68d6d628e8..084d8268ef 100644 --- a/docs/docbook/smbdotconf/security/hostsequiv.xml +++ b/docs/docbook/smbdotconf/security/hostsequiv.xml @@ -11,14 +11,14 @@ hosts equiv</parameter> may be useful for NT clients which will not supply passwords to Samba.</para> - <para><emphasis>NOTE :</emphasis> The use of <parameter moreinfo="none">hosts equiv + <note><para>The use of <parameter moreinfo="none">hosts equiv </parameter> can be a major security hole. This is because you are trusting the PC to supply the correct username. It is very easy to get a PC to supply a false username. I recommend that the <parameter moreinfo="none">hosts equiv</parameter> option be only used if you really know what you are doing, or perhaps on a home network where you trust your spouse and kids. And only if you <emphasis>really</emphasis> trust - them :-).</para> + them :-).</para></note> <para>Default: <emphasis>no host equivalences</emphasis></para> <para>Example: <command moreinfo="none">hosts equiv = /etc/hosts.equiv</command></para> |