stub implementation of gss_userok SPI
authorLuke Howard <lukeh@padl.com>
Thu, 17 Mar 2011 14:20:04 +0000 (01:20 +1100)
committerLuke Howard <lukeh@padl.com>
Thu, 17 Mar 2011 14:20:04 +0000 (01:20 +1100)
commit85d09a15b4f5fdefb347e657168c921adbd6b403
treeeaf0caa850dd90411e353c4bb8eb7f67ff6b3789
parent65c7a0c13465f27729f83ecb5487026f4bd88480
stub implementation of gss_userok SPI

The MIT mechglue will fallback to comparing names in the absence
of a mechanism implementation of gss_userok. To avoid this and
force the mechglue to use attribute-based authorization, always
return access denied in gss_userok.
mech_eap/Makefile.am
mech_eap/mech_eap.exports
mech_eap/userok.c [new file with mode: 0644]