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)
commit9809ba7cbcdc64b909c9ed6484bb33d8e7733170
tree12af7d8eecc35715d648f91b34aa163544f5731e
parente3a4d7c6992736a83c7aaeda31cd1bed021fd9dd
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.
Makefile.am
mech_eap.exports
userok.c [new file with mode: 0644]