I want this integration too, but not necessary with single sign on.
One aprouch is integration at backend level (LDAP, SQL database).
I post this proposal to use PostgreSQL backend in ClueMapper and
SQLPasPlugin in Plone:
http://groups.google.com/group/cluemapper-dev/browse_thread/thread/40f74616ca57b5be
Maybe mod_wsgi integration?
Regards,
--
Rudá Porto Filgueiras
Should I create a brach to do this?
- new config parameter in cluemapper.ini (db_uri ?)
- global database object (crate and cache engine, session, etc)
- specialized data store for each app (wrapper the database object and
add specific app logic), the same actual logic ClueTimer and ClueBin
has, only refactor ithey and a new one to ClueMapper
- change ClueMapper to use new database or new wrapper for it first.
in future an ORM mapper can be used
> Step 2 would be to make it easier to configure
> the repoze.who portion. This would theoretically allow integration with
> ldap instead of sql.
I don't know about repoze.who, but this can be done after. ;-)
> As for mod_python integration ... it's not on my immediate todo list. If
> someone else can get this working I'll certainly add it to the wiki or
> whatever. But I will be working on mod_wsgi integration as soon as I get a
> chance.
I guess this will not be so hard, but I'm not an wsgi guru. :-(
Regards,
--
Rudá Porto Filgueiras