gss_authorize_localname implementation

This commit is contained in:
Luke Howard
2011-04-08 10:58:57 +10:00
parent 6ec5011d48
commit 6c6e483e00
9 changed files with 103 additions and 85 deletions

View File

@@ -325,7 +325,7 @@ static gssapi_mech_interface_desc krb5_mech = {
krb5_mo,
sizeof(krb5_mo) / sizeof(krb5_mo[0]),
NULL,
_gsskrb5_userok,
_gsskrb5_authorize_localname,
_gsskrb5_pname_to_uid
};