mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
Updated Authentication (markdown)
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user