summaryrefslogtreecommitdiffstats
path: root/tests/auth.cgi
blob: 6a17487540085812d0f11b0d1edb92a43974477a (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

echo "Content-Type: text/plain"
echo "Pragma: no-cache"
echo
echo "REMOTE_USER=[$REMOTE_USER]"
echo ---
cat
echo
echo ---