Closed GoogleCodeExporter closed 8 years ago
You perhaps misunderstand the authentication process. Support is provided for
Basic and Digest HTTP
authentication methods. LDAP is not another authentication method in that
sense, but a means of
authenticating the credentials supplied through those authentication method.
As such, you could write a custom authentication provider using the already
supplied hooks, which queries
your LDAP directory to perform the authentication of the user credentials
passed to the provider.
This though is not even required, as you would just use mod_authnz_ldap anyway.
See:
http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html
Please explain further what you are talking about.
Original comment by Graham.Dumpleton@gmail.com
on 18 Mar 2009 at 9:29
No followup from poster and not believed to be something mod_wsgi has to do, so
closing.
Original comment by Graham.Dumpleton@gmail.com
on 27 Mar 2009 at 11:41
Original issue reported on code.google.com by
daniel.z...@gmail.com
on 18 Mar 2009 at 3:24