From 4b857bec3a1cbff92941a90439044803b488b4f9 Mon Sep 17 00:00:00 2001 From: stefano casazza Date: Fri, 18 Jan 2019 15:03:53 +0100 Subject: [PATCH] Updated Authentication (markdown) --- Authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Authentication.md b/Authentication.md index e373663..5e1c70e 100644 --- a/Authentication.md +++ b/Authentication.md @@ -11,7 +11,7 @@ URI masks can be used for both individual resources or paths, for example a dige # URI_PROTECTED_ALLOWED_IP list of comma separated client address for IP-based access control (IPADDR[/MASK]) } -In order for a user to be authenticated they must respond with a username and password matching those stored in staff.htpasswd for (userser_ssl) basic authentication or staff.htdigest for (userser_tcp) digest authentication. +In order for a user to be authenticated they must respond with a username and password matching those stored in staff.htpasswd for (userver_ssl) basic authentication or staff.htdigest for (userver_tcp) digest authentication. $DOCUMENT_ROOT/../staff.htdigest $DOCUMENT_ROOT/../students.htdigest