1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00

Updated Authentication (markdown)

stefano casazza 2019-01-18 15:03:53 +01:00
parent 60ce562477
commit 4b857bec3a

@ -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