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)
commit7f8f8d56a4b8106d1477bfe769087428ca72e7de
tree30090e9fad079ff392682d55f71e83a895b6c4d0
parent1855c12af839293f2ac86a0ddf96fb05885ef665
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]