summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-12-24 01:41:10 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-12-24 01:41:10 +0000
commita2de27a6846e3e05778fa7f0af0dbc76e82b52b3 (patch)
tree5efe7e8465cc3d38793758ba56999d5a3f55feb7 /docs
parent784d15761c3271bfd602866f8f9f880dac77671c (diff)
downloadsamba-a2de27a6846e3e05778fa7f0af0dbc76e82b52b3.tar.gz
samba-a2de27a6846e3e05778fa7f0af0dbc76e82b52b3.tar.xz
samba-a2de27a6846e3e05778fa7f0af0dbc76e82b52b3.zip
Add note about storing mysql passwords in smb.conf
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/projdoc/pdb_mysql.sgml8
-rw-r--r--docs/docbook/projdoc/samba-doc.sgml4
2 files changed, 9 insertions, 3 deletions
diff --git a/docs/docbook/projdoc/pdb_mysql.sgml b/docs/docbook/projdoc/pdb_mysql.sgml
index 05262ebe103..59a134a15f3 100644
--- a/docs/docbook/projdoc/pdb_mysql.sgml
+++ b/docs/docbook/projdoc/pdb_mysql.sgml
@@ -54,6 +54,14 @@ identifier:mysql port - defaults to 3306
identifier:table - Name of the table containing users
</programlisting></para>
+<para>
+<emphasis>
+WARNING: since the password for the mysql user is stored in the
+smb.conf file, you should make the the smb.conf file
+readable only to the user that runs samba. This is considered a security
+bug and will be fixed soon.</emphasis>
+</para>
+
<para>Names of the columns in this table(I've added column types those columns should have first):</para>
<para><programlisting>
diff --git a/docs/docbook/projdoc/samba-doc.sgml b/docs/docbook/projdoc/samba-doc.sgml
index ce16405d54d..c4360c0b39c 100644
--- a/docs/docbook/projdoc/samba-doc.sgml
+++ b/docs/docbook/projdoc/samba-doc.sgml
@@ -22,7 +22,6 @@
<!ENTITY Portability SYSTEM "Portability.sgml">
<!ENTITY Other-Clients SYSTEM "Other-Clients.sgml">
<!ENTITY ADS-HOWTO SYSTEM "ADS-HOWTO.sgml">
-<!ENTITY oplocks SYSTEM "oplocks.sgml">
<!ENTITY pdb-mysql SYSTEM "pdb_mysql.sgml">
<!ENTITY pdb-xml SYSTEM "pdb_xml.sgml">
<!ENTITY VFS SYSTEM "VFS.sgml">
@@ -43,7 +42,7 @@
<title>Abstract</title>
<para>
-<emphasis>Last Update</emphasis> : $Date: 2002/11/13 15:34:49 $
+<emphasis>Last Update</emphasis> : $Date: 2002/12/24 01:41:10 $
</para>
<para>
@@ -80,7 +79,6 @@ PLEASE read this.</para>
</partintro>
&UNIX-INSTALL;
&BROWSING;
-&oplocks;
&BROWSING-Quick;
&ENCRYPTION;
</part>