search for: authplugins

Displaying 1 result from an estimated 1 matches for "authplugins".

Did you mean: authplugin
2012 Mar 05
1
[PATCH] GSSAPI authorization and virtual users
...uest. I would prefer to store it in struct gssapi_auth_request, but auth-request.c does not know about structs that are specific to the different authentication plugins. This could be fixed in a more general way by adding a new function to struct mech_module to allow authplugins to read fields during passdb lookups. 2. The gssapi authplugin now does a credential lookup in order to trigger parsing of the k5principals setting. In order for this to work, auth_request_set_username is now called before mech_gssapi_userok. AFAICT the only imp...