>> You may want to integrate it with: >> >> https://github.com/unbit/uwsgi/tree/master/plugins/pam > > I've seen that plugin and honestly - didn't understand at all... what does > it do? > It just starts the pam session for current uwsgi server user or for the > user specified in pam-user option value... What could this be used for??.. >
If you want your process to honour the pam subsystem (read: it is configurabile via /etc/pam.d) you have to register it to the pam subsystem. The plugin only does this (it was written to automatically set resource limits via pam_limit.so). Your plugin instead (i suppose) directly call pam libraries to accomplish authentication. Am i right ? -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
