RE: [EMAIL PROTECTED] One-Time authentificaton for multiple servers

2007-09-26 Thread Axel-Stéphane SMORGRAV
Hi Michelle, There are systems that allow you to authenticate a user, set a cryptographic session cookie on the client browser and subsequently use that token to authenticate the client sending the HTTP request. These systems also allow you to define access control rules that depend on the user

Re: [EMAIL PROTECTED] One-Time authentificaton for multiple servers

2007-09-25 Thread Jaqui Greenlees
--- Nick Owen <[EMAIL PROTECTED]> wrote: > On 9/25/07, Michelle Konzack > <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I have a couple of servers (currently 42 > Web-Servers et a redunant > > PostgreSQL for AUTH) and I am trying to get a > One-Time authentification > > running. > > > > Exactly:

Re: [EMAIL PROTECTED] One-Time authentificaton for multiple servers

2007-09-25 Thread Nick Owen
On 9/25/07, Michelle Konzack <[EMAIL PROTECTED]> wrote: > Hello, > > I have a couple of servers (currently 42 Web-Servers et a redunant > PostgreSQL for AUTH) and I am trying to get a One-Time authentification > running. > > Exactly: > > It should not mather on which Web-Server the $USER authentica

Re: [EMAIL PROTECTED] One-Time authentificaton for multiple servers

2007-09-25 Thread Rachel Anderson-Barrios
Michelle, I am not an apache expert. However, it sounds like you need an actual programming to do what you would like to do. >From the sounds of it, you would need to have a central program which would check authentication every time the user made a request. If the user wasn't logged in, it wou