diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-12-24 01:41:10 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-12-24 01:41:10 +0000 |
commit | d49474fa41c3d1a734436c80da5dadb589ec6eb8 (patch) | |
tree | 0666a121536a171feb3c992924f8aee8b2288cf6 /docs/docbook | |
parent | 0fdf60f0512f1a4443e315d764d59636c2075fe7 (diff) | |
download | samba-d49474fa41c3d1a734436c80da5dadb589ec6eb8.tar.gz samba-d49474fa41c3d1a734436c80da5dadb589ec6eb8.tar.bz2 samba-d49474fa41c3d1a734436c80da5dadb589ec6eb8.zip |
Add note about storing mysql passwords in smb.conf
(This used to be commit a2de27a6846e3e05778fa7f0af0dbc76e82b52b3)
Diffstat (limited to 'docs/docbook')
-rw-r--r-- | docs/docbook/projdoc/pdb_mysql.sgml | 8 | ||||
-rw-r--r-- | docs/docbook/projdoc/samba-doc.sgml | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/docs/docbook/projdoc/pdb_mysql.sgml b/docs/docbook/projdoc/pdb_mysql.sgml index 05262ebe10..59a134a15f 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 ce16405d54..c4360c0b39 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> |