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:21:05 +0000 (01:21 +1100)
commit8d5fe099e7f54fca8f742325af17eea2ba15c2aa
tree3b5eeb73dca326f9987da64756234ad3e930cef2
parentbf970916ce559ac04bd9813d50ff2b8b9d29cc87
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]