From 72ccbcacddd2c3fdc6bfb61b8efb78625368365d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 15 Apr 2010 11:58:05 +1000 Subject: s4:auth Allow the operational module to get a user's tokenGroups from auth This creates a new interface to the auth subsystem, to allow an auth_context to be created from the ldb, and then tokenGroups to be calculated in the same way that the auth subsystem would. Andrew Bartlett --- source4/utils/ntlm_auth.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/utils/ntlm_auth.c') diff --git a/source4/utils/ntlm_auth.c b/source4/utils/ntlm_auth.c index c5d37e82c9..17e724eb6a 100644 --- a/source4/utils/ntlm_auth.c +++ b/source4/utils/ntlm_auth.c @@ -499,6 +499,7 @@ static void manage_gensec_request(enum stdio_helper_mode stdio_helper_mode, ev, msg, lp_ctx, + NULL, &auth_context); if (!NT_STATUS_IS_OK(nt_status)) { -- cgit