add krb5 glue for userok

This commit is contained in:
Luke Howard
2011-03-20 20:57:24 +11:00
parent 84f5aebc10
commit 0dff021161
5 changed files with 67 additions and 3 deletions

View File

@@ -323,7 +323,10 @@ static gssapi_mech_interface_desc krb5_mech = {
NULL,
NULL,
krb5_mo,
sizeof(krb5_mo) / sizeof(krb5_mo[0])
sizeof(krb5_mo) / sizeof(krb5_mo[0]),
NULL,
_gsskrb5_userok,
NULL
};
gssapi_mech_interface