1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00
samba-mirror/services/json_auth.esp

14 lines
179 B
Plaintext
Raw Normal View History

<%
/* Return true to allow access; false otherwise */
function json_authenticate(serviceComponents, method)
{
return true;
}
/*
* Local Variables:
* mode: c
* End:
*/
%>