Re: [PHP-DEV] Maintaining State Across Requests / An SSO Extension

2005-12-21 Thread Michael B Allen
On Wed, 21 Dec 2005 14:06:13 +0100 Pierre <[EMAIL PROTECTED]> wrote: > On Wed, 21 Dec 2005 03:56:06 -0500 > [EMAIL PROTECTED] (Michael B Allen) wrote: > > > On Wed, 21 Dec 2005 01:58:41 -0500 > > Wez Furlong <[EMAIL PROTECTED]> wrote: > > > > > Just curious, why aren't you writing this as an apa

Re: [PHP-DEV] Maintaining State Across Requests / An SSO Extension

2005-12-21 Thread Michael B Allen
On Wed, 21 Dec 2005 12:27:39 +0200 (EET) Jani Taskinen <[EMAIL PROTECTED]> wrote: > > So you're duplicating the ldap extension? :) Yeah, you might be able to do it that way. But considering the Kerberos ticket has the SIDs and LDAP would have to perform group expansion each time I think a D

Re: [PHP-DEV] Maintaining State Across Requests / An SSO Extension

2005-12-21 Thread Pierre
On Wed, 21 Dec 2005 03:56:06 -0500 [EMAIL PROTECTED] (Michael B Allen) wrote: > On Wed, 21 Dec 2005 01:58:41 -0500 > Wez Furlong <[EMAIL PROTECTED]> wrote: > > > Just curious, why aren't you writing this as an apache module? > > > > Is this of any use; it seems a bit dated, but could save you so

Re: [PHP-DEV] Maintaining State Across Requests / An SSO Extension

2005-12-21 Thread Jani Taskinen
So you're duplicating the ldap extension? :) --Jani On Wed, 21 Dec 2005, Michael B Allen wrote: On Wed, 21 Dec 2005 01:58:41 -0500 Wez Furlong <[EMAIL PROTECTED]> wrote: Just curious, why aren't you writing this as an apache module? Is this of any use; it seems a bit dated, but co

Re: [PHP-DEV] Maintaining State Across Requests / An SSO Extension

2005-12-21 Thread Michael B Allen
On Wed, 21 Dec 2005 01:58:41 -0500 Wez Furlong <[EMAIL PROTECTED]> wrote: > Just curious, why aren't you writing this as an apache module? > > Is this of any use; it seems a bit dated, but could save you some effort: > http://meta.cesnet.cz/cms/opencms/en/docs/software/devel/negotiate.html Well

Re: [PHP-DEV] Maintaining State Across Requests / An SSO Extension

2005-12-20 Thread Wez Furlong
Just curious, why aren't you writing this as an apache module? Is this of any use; it seems a bit dated, but could save you some effort: http://meta.cesnet.cz/cms/opencms/en/docs/software/devel/negotiate.html --Wez. On 12/21/05, Michael B Allen <[EMAIL PROTECTED]> wrote: > Hello, > > I have a q