on 8/21/2000 4:32 PM, "Craig Berry" <[EMAIL PROTECTED]> wrote:

> The whole Turbine user management model seems to be
> pretty tightly wound around the use of SQL and an
> underlying database for user management.  However, it
> would seem extremely useful to support other models
> of authentication and config storage -- notably LDAP.
> Is there any work going on to compartmentalize the
> user lookup and authentication code to make this easier?
> Has anyone looked at the specific issue of LDAP?
> 
> Thanks in advance for any info...

Not true at all. The user management model is all defined by interfaces and
you can simply provide your own implementation of those interfaces that
connect to whatever back end you want.

Of course we provide default implementations of the interfaces that rely on
SQL and our table definitions, but if you would like to step up to the plate
and provide default implementations that connect to LDAP systems, that would
be great. 

I suggest that you work with Rafal Krzewski <[EMAIL PROTECTED]> on
creating a LDAP Service for Turbine as well.

thanks,

-jon



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to