mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
14 lines
179 B
Plaintext
14 lines
179 B
Plaintext
|
<%
|
||
|
/* Return true to allow access; false otherwise */
|
||
|
function json_authenticate(serviceComponents, method)
|
||
|
{
|
||
|
return true;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
* Local Variables:
|
||
|
* mode: c
|
||
|
* End:
|
||
|
*/
|
||
|
%>
|