diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-06-23 10:15:53 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-06-23 10:46:27 +0200 |
commit | b5783a0911b2ed8b274d5f12f840fc495eec506f (patch) | |
tree | 75ff2a1ec8ff3e5750eec9555da318da7473d005 | |
parent | b1152bb520f27e776c551a81db60f18e5f8df6f1 (diff) | |
download | samba-b5783a0911b2ed8b274d5f12f840fc495eec506f.tar.gz samba-b5783a0911b2ed8b274d5f12f840fc495eec506f.tar.bz2 samba-b5783a0911b2ed8b274d5f12f840fc495eec506f.zip |
Samba3 HOWTO: Remove trailing whitespaces.
Karolin
(cherry picked from commit c7a9c903acbba9c70211e6f3c25964533bbc1622)
(cherry picked from commit 62e485eebd8a40b5692caa79bb3ed6108f0b835b)
(This used to be commit f4933b1fac811f9a2f2a35f195d83b8ec6199590)
-rw-r--r-- | docs-xml/Samba3-HOWTO/TOSHARG-TDBFiles.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-TDBFiles.xml b/docs-xml/Samba3-HOWTO/TOSHARG-TDBFiles.xml index 13baa5730b..cc8b105ffc 100644 --- a/docs-xml/Samba3-HOWTO/TOSHARG-TDBFiles.xml +++ b/docs-xml/Samba3-HOWTO/TOSHARG-TDBFiles.xml @@ -78,7 +78,7 @@ <row><entry>sessionid.tdb</entry><entry>N</entry> <entry><para>Session information to support <literal>utmp = yes</literal> capabilities.</para></entry></row> <row><entry>share_info.tdb</entry><entry>Y</entry> - <entry><para>Stores share-level ACL configuration settings. + <entry><para>Stores share-level ACL configuration settings. Default ACL is <emphasis>Everyone - Full Control</emphasis>. </para></entry></row> <row><entry>unexpected.tdb</entry><entry>N</entry> @@ -127,10 +127,10 @@ <para> The <command>tdbbackup</command> utility is a tool that may be used to backup samba tdb files. - This tool may also be used to verify the integrity of the tdb files prior to Samba startup or - during normal operation. If it finds file damage it will search for a prior backup the backup - file from which the damaged tdb file will be restored. The <command>tdbbackup</command> - utility can safely be run at any time. It was designed so that it can be used at any time to + This tool may also be used to verify the integrity of the tdb files prior to Samba startup or + during normal operation. If it finds file damage it will search for a prior backup the backup + file from which the damaged tdb file will be restored. The <command>tdbbackup</command> + utility can safely be run at any time. It was designed so that it can be used at any time to validate the integrity of tdb files, even during Samba operation. </para> |