http://pythonpaste.org/module-paste.auth.cas.html
It looks like we could add CAS support to Identity just by implementing
a method called identity_from_cas in turbogears.identity.visitor
I'm willing to give that a shot, so someone correct me if I'm completely
off base... :-)
Tim
--
Timothy Freund
http://digital-achievement.com
http://edodyssey.com
It looks like we could add CAS support to Identity just by implementing
a method called identity_from_cas in turbogears.identity.visitor
Thanks for pointing me in the right direction -- I will be able to
really dig in and get that working over this weekend.
Tim
I'm willing to give that a shot, so someone correct me if I'm completely
off base... :-)
I think that the LdapIdentityProvider will be a great resource for
people in corporate environments since most businesses big enough to
write internal applications have all of their users stored in a
directory of some sort (Active Directory, Sun One, OpenLDAP, etc).
The idea is to authenticate users against an LDAP directory and to pull
most of their basic user information (name, email, phone number and
more) from the directory as well. There is still a tg_user table in the
database but it only contains an id and a username. The table's primary
purpose is to provide referential integrity against the visit records
and other business objects.
I'd enjoy hearing any comments or criticism about the idea.
Thanks,
Tim
Cheers,
Caleb Shay
+1. I think its a great idea, since I'll be needing such a provider
myself in a little while :-)
Diwaker
--
Web/Blog/Gallery: http://floatingsun.net/blog
! Strongly want this functionality. I am working on a TG based
administration tool, which would be much better if built in LDAP auth
was available. I was also (not looking forward to) considering
implementing this identity provider.
Thanks!
Krys
--
I have started learning turbogears a weeks ago when I was searching
something more similar to ruby on rails. I have a background in zope
and I must say that turbogears is amazing. I had started an
application in zope, but I think I will switch it to tg. Even if it's
still not in stable branch, the potential is astonishing.
LDAP would be a must to enterprise adoption. Often simple ldap support
make people perception of an application jump from normal to
professionnal.
I would inevitably use this for my own project , +1.
Thanks,
Tim
http://trac.turbogears.org/turbogears/ticket/634
Let me know what the major pain points are. I'll be back at it
Wednesday night once I'm done with my pesky day job.
Thanks!
Tim
qhar...@gmail.com wrote:
> Yet another "me too" of needing this... Go Tim!
>
>
>