1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

Add note about storing mysql passwords in smb.conf

(This used to be commit a2de27a6846e3e05778fa7f0af0dbc76e82b52b3)
This commit is contained in:
Jelmer Vernooij 2002-12-24 01:41:10 +00:00
parent 0fdf60f051
commit d49474fa41
2 changed files with 9 additions and 3 deletions

View File

@ -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>

View File

@ -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>