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