From 46dad331e9cd8580cc54867e53f71c7dbac87cac Mon Sep 17 00:00:00 2001 From: erics Date: Mon, 21 Jul 2003 23:01:31 +0000 Subject: [PATCH] correction authentification apache/mysql pass -> password --- httpd.conf.dist | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/httpd.conf.dist b/httpd.conf.dist index bd295fcb436..32f38d59225 100644 --- a/httpd.conf.dist +++ b/httpd.conf.dist @@ -28,9 +28,11 @@ # Utilisez les lignes suivantes si le serveur Apache ne # peut se logger en anonymous (ce qui est conseillé ;-) + # rq. erics: sur ma debian je n'ai pas le droit de mettre ces + # instructions dans un ... (apache 1.3.27.0-2) #AuthMySQL_DefaultHost #AuthMySQL_DefaultUser - #AuthMySQL_DefaultPass + #AuthMySQL_DefaultPassword Auth_MySQL_DB dolibarr Auth_MySQL_Password_Table llx_user @@ -82,3 +84,7 @@ + + + +