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 would throw an error sending them to a logon
screen.  If they were logged in, it would update its internal 'logout
time'.  It would have an independent thread which would check the list
every few minuets, checking the 'logout time' with the 'current time'
and remove anyone from that list who is past due.

I would use the postgreSQL DB to authenticate the user, but not to
update their status.  Your program should cache them into it's memory to
save on read-write to the database.

We use something quite similar in our applications.

Sincerely,
-Rachel

On Tue, 2007-09-25 at 06:19, Michelle Konzack 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 authenticate and if
> she/he change the website dynamicly...  The AUTH should be done on the
> PostgreSQL and then the Web-Server should ask the PostgreSQL whether
> the AUTH is valid or not.
> 
> I need a variable timeout (per $USER) and it should be refreshed each
> time the user klick a link or such...  After the timeout, the $USER need
> to re-authenticate again on one of the Web-Servers.
> 
> In general, I prefer to use PAM auth because the infrastructure is there
> and more easier on Debian-Systems.
> 
> Can anyone tell me how to do this?
> 
> Note:  I will have over 700.000 $USER if the whole thing is running and 
>        we will use at least 200 Web-Servers and 8 PostgreSQL world wide.
> 
> Thanks, Greetings and nice Day
>     Michelle Konzack
>     Systemadministrator
>     Tamay Dogan Network
>     Debian GNU/Linux Consultant
> 


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to