From c8cba88bfc6a664f7a5db29fdf97c3e76f780b5d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 23 Jun 2003 22:32:51 +0000 Subject: [PATCH] Ajout de commentaires --- httpd.conf.dist | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/httpd.conf.dist b/httpd.conf.dist index fd8d40eeafe..bd295fcb436 100644 --- a/httpd.conf.dist +++ b/httpd.conf.dist @@ -7,10 +7,10 @@ # ServerAdmin webmaster.fr@lolix.org - DocumentRoot /spare/home/www/dolibarr/dolibarr/htdocs + DocumentRoot /home/www/dolibarr/dolibarr/htdocs ServerName dolibarr.lafrere.lan - ErrorLog /spare/home/www/dolibarr/logs/error.log - CustomLog /spare/home/www/dolibarr/logs/access.log combined + ErrorLog /home/www/dolibarr/logs/error.log + CustomLog /home/www/dolibarr/logs/access.log combined ErrorDocument 401 /public/error-401.html @@ -21,13 +21,27 @@ Deny from all AuthType Basic - Auth_MySQL_Authoritative on + + # N'utilisez la ligne suivante que si vous utilisez aussi + # le module d'authentification basé sur postgresql + #Auth_MySQL_Authoritative on + + # Utilisez les lignes suivantes si le serveur Apache ne + # peut se logger en anonymous (ce qui est conseillé ;-) + #AuthMySQL_DefaultHost + #AuthMySQL_DefaultUser + #AuthMySQL_DefaultPass + Auth_MySQL_DB dolibarr Auth_MySQL_Password_Table llx_user Auth_MySQL_Username_Field login Auth_MySQL_Password_Field pass - Auth_MySQL_Encryption_Types Plaintext Crypt_DES -# Auth_MySQL_Encrypted_Passwords off + + # Pour l'instant les pass sont enregistrés en clair + # le stockage crypté est dans la TODO + + Auth_MySQL_Encrypted_Passwords off + AuthName "Dolibarr" require valid-user @@ -60,8 +74,7 @@ Auth_MySQL_Password_Table llx_adherent Auth_MySQL_Username_Field login Auth_MySQL_Password_Field pass - Auth_MySQL_Encryption_Types Plaintext Crypt_DES -# Auth_MySQL_Encrypted_Passwords off + Auth_MySQL_Encrypted_Passwords off AuthName "Adherents" require valid-user