From 84f3c12c446f7804d66c328c978e51c2e0aa0bd7 Mon Sep 17 00:00:00 2001 From: whirigoyen Date: Tue, 26 Oct 2021 17:35:46 +0200 Subject: [PATCH] =?UTF-8?q?Enlev=C3=A9=20l'option=20-c=20=C3=A0=20la=20com?= =?UTF-8?q?mande=20htpasswd=20(=C3=A9crase=20le=20fichier=20!)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoApache.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HowtoApache.md b/HowtoApache.md index 8256481f..5b9309df 100644 --- a/HowtoApache.md +++ b/HowtoApache.md @@ -780,12 +780,13 @@ La gestion du fichier *.htpasswd* se gère via la commande `htpasswd`. Pour créer l'utilisateur *foo* : ~~~{.bash} -$ htpasswd -c /foo/.htpasswd foo +$ htpasswd /foo/.htpasswd foo New password: Re-type new password: Adding password for user foo ~~~ + #### HTTP Digest Authentication (mod_auth_digest) Il est possible d'utiliser la méthode d'authentification Digest