> Hello! > > I've just implemented a PAM authentication plugin for uWSGI server and I > would be happy to contribute it to your project :-) what are your > thoughts, is it possible? > > It's just like router_basicauth, just using PAM to check > usernames/passwords. The route syntax is "pamauth:<service_name>". > <service_name> is also used as the HTTP realm. > > My personal use case was to use domain authentication with > git-http-backend CGI script running under uWSGI. > > -- t/cgi-bin/mailman/listinfo/uwsgi >
You may want to integrate it with: https://github.com/unbit/uwsgi/tree/master/plugins/pam otherwise you can maintain it as third party plugin. With the upcoming 1.9.21 the uwsgi binary is able to compile plugins by itself (without bothering with build profiles or ifdef) with a simple: uwsgi --build-plugin <directory> so i am about to put down a page collecting external plugins -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
