Re: [Mediawiki-l] Anybody using Django for authentication?

2009-06-12 Thread Ryan Lane
> Django actually is already using LDAP for authentication (company LDAP > server, not under my control).  In fact, I also have MediaWiki tied into > the same LDAP server. > > What I'm trying to avoid is logging into the Django site, clicking to > get to the wiki (which is a part of the overall web

Re: [Mediawiki-l] Anybody using Django for authentication?

2009-06-12 Thread Adam Stein
Thanks for replying. Django actually is already using LDAP for authentication (company LDAP server, not under my control). In fact, I also have MediaWiki tied into the same LDAP server. What I'm trying to avoid is logging into the Django site, clicking to get to the wiki (which is a part of the

Re: [Mediawiki-l] Anybody using Django for authentication?

2009-06-11 Thread Lane, Ryan
> I need to have Django (a python web framework) handle > authentication/authorization instead of MediaWiki doing it (like > normal). This way authentication/authorization is handled in > one place > with a single sign-on. > > I've seen many extentions and notes regarding authentication, but none

[Mediawiki-l] Anybody using Django for authentication?

2009-06-11 Thread Adam Stein
I need to have Django (a python web framework) handle authentication/authorization instead of MediaWiki doing it (like normal). This way authentication/authorization is handled in one place with a single sign-on. I've seen many extentions and notes regarding authentication, but none specifically