diff --git a/HowtoApache.md b/HowtoApache.md index c7acb8c3..3e5d1bf9 100644 --- a/HowtoApache.md +++ b/HowtoApache.md @@ -466,6 +466,15 @@ require valid-user La gestion du fichier *.htpasswd* se gère via la commande `htpasswd`. +Pour créer l'utilisateur : + +~~~{.bash} +$ htpasswd -c /foo/.htpasswd user +New password: +Re-type new password: +Adding password for user user +~~~ + ### HTTP Digest Authentication (mod_auth_digest) Il est possible d'utiliser la méthode d'authentification Digest plutôt que Basic en activant le module :