auth/kerberos: Create common helper to get the verified PAC from GSSAPI
authorAndrew Bartlett <abartlet@samba.org>
Sat, 16 Apr 2011 05:41:50 +0000 (15:41 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 27 Apr 2011 01:56:48 +0000 (11:56 +1000)
commit6ec4306f8c3fed7ec5b5bd164c5829b2661589b7
tree5384aed4fe934eb82f7487cfc12f9c220ba5184d
parente130dec97bb4e08b11f39c1c1382f0c8ad36ef67
auth/kerberos: Create common helper to get the verified PAC from GSSAPI

This only works for Heimdal and MIT Krb5 1.8, other versions will get
an ACCESS_DEINED error.

We no longer manually verify any details of the PAC in Samba for
GSSAPI logins, as we never had the information to do it properly, and
it is better to have the GSSAPI library handle it.

Andrew Bartlett
12 files changed:
auth/kerberos/gssapi_pac.c [new file with mode: 0644]
auth/kerberos/wscript_build [new file with mode: 0644]
libcli/auth/krb5_wrap.h
libcli/auth/wscript_build
source3/Makefile.in
source3/configure.in
source3/librpc/crypto/gse.c
source3/librpc/crypto/gse.h
source3/rpc_server/dcesrv_gssapi.c
source3/wscript
source3/wscript_build
wscript_build