Re: problems with Apache::AuthTicket

2002-01-08 Thread Michael Schout
Tomasz Konefal wrote: > PerlSetVar FtpFuTicketSecretTable ticketsecrets:sec_version:sec_data > PerlSetVar FtpFuTicketExpires 15 > PerlSetVar FtpFuTicketLogoutURI /authorized/ftpfu.cgi > PerlSetVar FtpFuTicketLoginHandler /ftpfulogin > PerlSetVar FtpFuTicketIdleTimeout 1 > PerlSetVar FtpFuPath /

problems with Apache::AuthTicket

2002-01-07 Thread Tomasz Konefal
greetings, i'm hoping that someone out there can help me out with my AuthTicket troubles. first, i require a simple way to authenticate and authorize users for a little intranet site. from what i could find, AuthTicket looks like the best way to do this (is there something better?). P