So, being the owner of a vanity site, I thought I'd take the next step and set up an OpenID server so I could use my vanity site to log in to Blogger.com, Technorati, etc.

I installed and set up phpMyID and all was working correctly until I ran into the only widely known incompatibility: phpMyID "is not compatible with hardened PHP installations. In particular, Suhosin is known to cause problems." WHB apparently uses Suhosin.

As best as I can tell, Suhosin stops any attempt to run a php-based OpenID server dead. Something about a stronger security regime making it impossible to open simultaneous sessions (which is basically required as part of the OpenID validation process).

If I can't run an OpenID server, then that's what it is. There's a reasonable enough work around via the delegation process, but I thought I'd throw it out there on the off-hand chance someone's already solved this challenge.

Have you set up an OpenID server on WHB, and if so, how'd you do it?