1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-07 01:58:28 +03:00
samba-mirror/services/json_auth.esp
2007-10-10 14:20:42 -05:00

14 lines
179 B
Plaintext

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