summaryrefslogtreecommitdiffstats
path: root/tests/auth.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auth.cgi')
-rwxr-xr-xtests/auth.cgi10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auth.cgi b/tests/auth.cgi
new file mode 100755
index 0000000..6a17487
--- /dev/null
+++ b/tests/auth.cgi
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+echo "Content-Type: text/plain"
+echo "Pragma: no-cache"
+echo
+echo "REMOTE_USER=[$REMOTE_USER]"
+echo ---
+cat
+echo
+echo ---