summaryrefslogtreecommitdiff
path: root/services/json_auth.esp
diff options
context:
space:
mode:
authorDerrell Lipman <derrell@samba.org>2006-10-06 15:50:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:20:42 -0500
commit250399c9230ea972f6bf374fb9951b6cb35320f2 (patch)
tree153429c2707deb90857c1ad258b96449ddd67af2 /services/json_auth.esp
parent10c06a1968dbf39d8a3790077a3537b8323f36ff (diff)
downloadsamba-250399c9230ea972f6bf374fb9951b6cb35320f2.tar.gz
samba-250399c9230ea972f6bf374fb9951b6cb35320f2.tar.bz2
samba-250399c9230ea972f6bf374fb9951b6cb35320f2.zip
r19142: ensure no race conditions during installation by having same name in source and swat directory; install new apps and services
(This used to be commit a2b996317f81aa61d7d5bf427003399560e64f77)
Diffstat (limited to 'services/json_auth.esp')
-rw-r--r--services/json_auth.esp13
1 files changed, 13 insertions, 0 deletions
diff --git a/services/json_auth.esp b/services/json_auth.esp
new file mode 100644
index 0000000000..2d58b6e2af
--- /dev/null
+++ b/services/json_auth.esp
@@ -0,0 +1,13 @@
+<%
+/* Return true to allow access; false otherwise */
+function json_authenticate(serviceComponents, method)
+{
+ return true;
+}
+
+/*
+ * Local Variables:
+ * mode: c
+ * End:
+ */
+%>