s4:auth Allow the operational module to get a user's tokenGroups from auth
authorAndrew Bartlett <abartlet@samba.org>
Thu, 15 Apr 2010 01:58:05 +0000 (11:58 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 20 May 2010 07:39:10 +0000 (17:39 +1000)
commit72ccbcacddd2c3fdc6bfb61b8efb78625368365d
treeaec687078b41d811d85113d27381c0ae70df3a6b
parent4fa9aa30996219821d5d2496d574340f14a4a406
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/auth/auth.h
source4/auth/gensec/gensec_gssapi.c
source4/auth/gensec/gensec_krb5.c
source4/auth/ntlm/auth.c
source4/auth/ntlm/auth_sam.c
source4/dsdb/samdb/ldb_modules/config.mk
source4/dsdb/samdb/ldb_modules/operational.c
source4/dsdb/samdb/ldb_modules/wscript_build
source4/utils/ntlm_auth.c