On Tue, Jun 14, 2011 at 12:33 PM, fUD <fud...@gmail.com> wrote:
> Hi Guys,
>
> I was having a hack around to get rietveld authentication going with
> LDAP as we have an ldap server, rather than authenticating with
> google. But I've been unable to work out how gae2django is emulating a
> call to /_ah/login. Specifically I've been looking at,
there's no need to hook into /_ah/login. The authentication flow that
the gae2django version of upload.py uses is slightly different and
talks with the default authentication mechanism that Django provides.
This means that you can simple add an Django authentication backend
that talks to you LDAP.
Let me know, if you need further information. We have such a setup
running at work too.
Best regards,
Andi