public
Description: University of Oregon OpenID server
Homepage: http://hopper.uoregon.edu/oi.cgi
Clone URL: git://github.com/swsnider/openid-uo.git
Click here to lend your support to: openid-uo and make a donation at www.pledgie.com !
name age message
file COPYING Tue Mar 11 23:59:05 -0700 2008 added copyright notice [swsnider]
file README Tue Mar 11 23:52:17 -0700 2008 first commit [swsnider]
file doLogin.cgi Tue Mar 11 23:59:05 -0700 2008 added copyright notice [swsnider]
file login.kid Tue Mar 11 23:53:11 -0700 2008 intial commit (2) [swsnider]
file oi.cgi Tue Mar 11 23:59:05 -0700 2008 added copyright notice [swsnider]
file util.py Tue Mar 11 23:59:05 -0700 2008 added copyright notice [swsnider]
README
This is, I claim, the only Open Source OpenID server that actually works.

Installation:

The following python modules need to be installed:

SQLObject
Kid
A database adapter for the database you wish to use (sqlite should be fine)
JanRain OpenID python server library 2.x

Then, place the files in this directory into the server's webroot (or wherever), enable cgi execution, edit util.py with 
the correct db connection string, and you are good to go!