ramkrishanbhatt / modwsgi

Automatically exported from code.google.com/p/modwsgi
0 stars 0 forks source link

Enhancement - Support LDAP Authentication #139

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Beside the other Authentication Methods there should also be the possiblity
to choose LDAP Authentication

Original issue reported on code.google.com by daniel.z...@gmail.com on 18 Mar 2009 at 3:24

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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