diff options
author | John Terpstra <jht@samba.org> | 2005-07-08 06:30:54 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:03 -0500 |
commit | 67f04891277c7a7d40e15ee7e942a514ffa71719 (patch) | |
tree | a558873ab2ebed3b3736a6c41deb1fd24bfb8011 /docs/Samba3-HOWTO/TOSHARG-StandAloneServer.xml | |
parent | e6e86156cbc4e953b93541edf48144fd75a9590d (diff) | |
download | samba-67f04891277c7a7d40e15ee7e942a514ffa71719.tar.gz samba-67f04891277c7a7d40e15ee7e942a514ffa71719.tar.bz2 samba-67f04891277c7a7d40e15ee7e942a514ffa71719.zip |
Last PHPTR edits.
(This used to be commit 67668e23766dec799f95a64a94f553ad31db50e6)
Diffstat (limited to 'docs/Samba3-HOWTO/TOSHARG-StandAloneServer.xml')
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-StandAloneServer.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-StandAloneServer.xml b/docs/Samba3-HOWTO/TOSHARG-StandAloneServer.xml index fa7fdf72b9..895544ed22 100644 --- a/docs/Samba3-HOWTO/TOSHARG-StandAloneServer.xml +++ b/docs/Samba3-HOWTO/TOSHARG-StandAloneServer.xml @@ -126,7 +126,7 @@ attempt a high level of creativity and to introduce too much complexity in serve <indexterm><primary>reference documents</primary></indexterm> <indexterm><primary>/export</primary></indexterm> <indexterm><primary>/etc/passwd</primary></indexterm> -Configuration of a read-only data server that everyone can access is very simple. By default all shares are +Configuration of a read-only data server that everyone can access is very simple. By default, all shares are read-only, unless set otherwise in the &smb.conf; file. <link linkend="simplynice">The example - Reference Documentation Server</link> is the &smb.conf; file that will do this. Assume that all the reference documents are stored in the directory <filename>/export</filename>, and the documents are owned by a user other than @@ -171,7 +171,7 @@ of course make use of it. </para> <para> -A USAF Colonel was renowned for saying: <quote>Better is the enemy of good enough!</quote> There are often +A US Air Force Colonel was renowned for saying: <quote>Better is the enemy of good enough!</quote> There are often sound reasons for avoiding complexity as well as for avoiding a technically perfect solution. Unfortunately, many network administrators still need to learn the art of doing just enough to keep out of trouble. </para> @@ -243,7 +243,7 @@ the anonymous (guest) user, two things will be required to enable anonymous prin <indexterm><primary>passwd</primary></indexterm> It is a good idea either to set a password on this account, or else to lock it from UNIX use. Assuming that the guest account is called <literal>pcguest</literal>, - it can be locked by excuting: + it can be locked by executing: <screen> &rootprompt; passwd -l pcguest </screen> |