From d8f954d909fa3b1c7b2cb79113ae284d9ef42b96 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 1 Apr 2003 17:06:16 +0000 Subject: Use instead of NOTE (gives much nicer output) (This used to be commit 3e10d92746c645ae22756bca92046b2e26087ad2) --- docs/docbook/smbdotconf/misc/homedirmap.xml | 4 ++-- docs/docbook/smbdotconf/printing/printcapname.xml | 4 ++-- docs/docbook/smbdotconf/security/hostsequiv.xml | 4 ++-- docs/docbook/smbdotconf/security/nonunixaccountrange.xml | 4 ++-- docs/docbook/smbdotconf/security/passwordserver.xml | 4 ++-- docs/docbook/smbdotconf/smb.conf.5.xml | 4 ++-- docs/docbook/smbdotconf/wins/winsserver.xml | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) (limited to 'docs/docbook/smbdotconf') diff --git a/docs/docbook/smbdotconf/misc/homedirmap.xml b/docs/docbook/smbdotconf/misc/homedirmap.xml index 87a59204a2..41e6ca5ea1 100644 --- a/docs/docbook/smbdotconf/misc/homedirmap.xml +++ b/docs/docbook/smbdotconf/misc/homedirmap.xml @@ -15,8 +15,8 @@ that copes with different map formats and also Amd (another automounter) maps. - NOTE :A working NIS client is required on - the system for this option to work. + A working NIS client is required on + the system for this option to work. See also nis homedir , domain logons diff --git a/docs/docbook/smbdotconf/printing/printcapname.xml b/docs/docbook/smbdotconf/printing/printcapname.xml index fcfeada54c..0025624d25 100644 --- a/docs/docbook/smbdotconf/printing/printcapname.xml +++ b/docs/docbook/smbdotconf/printing/printcapname.xml @@ -36,10 +36,10 @@ print5|My Printer 5 that the second alias has a space in it gives a hint to Samba that it's a comment. - NOTE: Under AIX the default printcap + Under AIX the default printcap name is /etc/qconfig. Samba will assume the file is in AIX qconfig format if the string - qconfig appears in the printcap filename. + qconfig appears in the printcap filename. Default: printcap name = /etc/printcap Example: printcap name = /etc/myprintcap 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 may be useful for NT clients which will not supply passwords to Samba. - NOTE : The use of hosts equiv + The use of hosts equiv 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 hosts equiv 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 really trust - them :-). + them :-). Default: no host equivalences Example: hosts equiv = /etc/hosts.equiv diff --git a/docs/docbook/smbdotconf/security/nonunixaccountrange.xml b/docs/docbook/smbdotconf/security/nonunixaccountrange.xml index a8e426649e..baa9a783b0 100644 --- a/docs/docbook/smbdotconf/security/nonunixaccountrange.xml +++ b/docs/docbook/smbdotconf/security/nonunixaccountrange.xml @@ -8,10 +8,10 @@ This range of ids should have no existing local or NIS users within it as strange conflicts can occur otherwise. - NOTE: These userids never appear on the system and Samba will never + These userids never appear on the system and Samba will never 'become' these users. They are used only to ensure that the algorithmic RID mapping does not conflict with normal users. - + Default: non unix account range = <empty string> diff --git a/docs/docbook/smbdotconf/security/passwordserver.xml b/docs/docbook/smbdotconf/security/passwordserver.xml index df50ac8f8a..b803816d88 100644 --- a/docs/docbook/smbdotconf/security/passwordserver.xml +++ b/docs/docbook/smbdotconf/security/passwordserver.xml @@ -20,10 +20,10 @@ the "LM1.2X002" or the "NT LM 0.12" protocol, and it must be in user level security mode. - NOTE: Using a password server + Using a password server means your UNIX box (running Samba) is only as secure as your password server. DO NOT CHOOSE A PASSWORD SERVER THAT - YOU DON'T COMPLETELY TRUST. + YOU DON'T COMPLETELY TRUST. Never point a Samba server at itself for password serving. This will cause a loop and could lock up your Samba diff --git a/docs/docbook/smbdotconf/smb.conf.5.xml b/docs/docbook/smbdotconf/smb.conf.5.xml index e37add4206..edb94573df 100644 --- a/docs/docbook/smbdotconf/smb.conf.5.xml +++ b/docs/docbook/smbdotconf/smb.conf.5.xml @@ -292,11 +292,11 @@ alias|alias|alias|alias... components (if there are more than one) are separated by vertical bar symbols ('|'). - NOTE: On SYSV systems which use lpstat to determine what + On SYSV systems which use lpstat to determine what printers are defined on the system you may be able to use "printcap name = lpstat" to automatically obtain a list of printers. See the "printcap name" option - for more details. + for more details. diff --git a/docs/docbook/smbdotconf/wins/winsserver.xml b/docs/docbook/smbdotconf/wins/winsserver.xml index ba49f687f6..2a644d3f09 100644 --- a/docs/docbook/smbdotconf/wins/winsserver.xml +++ b/docs/docbook/smbdotconf/wins/winsserver.xml @@ -8,9 +8,9 @@ You should point this at your WINS server if you have a multi-subnetted network. - NOTE. You need to set up Samba to point + You need to set up Samba to point to a WINS server if you have multiple subnets and wish cross-subnet - browsing to work correctly. + browsing to work correctly. See the documentation file BROWSING in the docs/ directory of your Samba source distribution. -- cgit