Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Plugable Authentication?

Quote Reply
Plugable Authentication?
How does this work?

Does it read/store usernames and passwords from another MySQL database?

Thanks!

Quote Reply
Re: Plugable Authentication? In reply to
Yes, but that's not all. Basically there is an Authenticate module that you can replace. We have written a UBB.pm module that will use the UBB membership system, basically giving everyone on your UBB board an account. This works off a flat file system.

An LDAP add on would be just as easy, or any sql table. The authentication is completely separate from the program. We have also made it fairly easy to transfer sessions back and forth so if you are logged into one system, moving to Gossamer Mail will not have to involve re logging in.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Plugable Authentication? In reply to
I bet that something like this could be easily implemented with WWWThreads, right ?

Have you writen any module for WWWThreads ?