1 Apr
2006
1 Apr
'06
9:32 a.m.
Fernando Martins wrote at 2006-3-30 22:08 +0200:
I'm doing single sign-on using Apache+mod_ntlm+FastCGI. Since the last is deprecated, is there any alternative?
As documented: Zope as standalone server + an optional reverse proxy (Squid/Apache). But no idea how this would solve a SSO issue.
-aj
Yes, I understand the alternative to FastCGI, but mod_proxy doesn't pass the required environmental variable REMOTE_USER to zope. I was asking about single sign-on alternatives for Zope.
In principle, the rewrite rules allow to specify environment extensions. When I remember right, you use an "E=..." in the "[P, ...]" to call for such an extension. -- Dieter