appserver-io / webserver

Multithreaded webserver for php written in php
45 stars 14 forks source link

LDAP Authentication #157

Open wagnert opened 9 years ago

wagnert commented 9 years ago

Actually Basic and Digest authentication types are supported, both file based. An additional module should extend the authentication to also provide the possibility to authenticate against an LDAP directory. A good example is Apache mod_authnz_ldap.

wick-ed commented 9 years ago

Authentication is currently done using the Http library. How about we create an extra repository so we can add non-Http authentication adapters to the set? Then the existing authentication module (as well as the appserver servlet engine) could use it