#!/usr/local/python/current/bin/python import CASClient C = CASClient.CASClient() netid = C.Authenticate() print "Content-Type: text/html" print "" import os print "Hello from the other side, %s\n" % netid print "

Think of this as the main page of your application after %s has been authenticated." % (netid)