X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Fmod_auth_kerb.c;h=c035c6e992ff490183e11ccd11da9af75995bc9e;hb=41ad4f9234d5383ac7b9be7431783546c677c7b4;hp=79449bcdde5b2937870ba59477bbdc64a6695082;hpb=d83be69b133cafc984e0758014c8f496eb925f95;p=mod_auth_kerb.cvs%2F.git diff --git a/src/mod_auth_kerb.c b/src/mod_auth_kerb.c index 79449bc..c035c6e 100644 --- a/src/mod_auth_kerb.c +++ b/src/mod_auth_kerb.c @@ -825,7 +825,7 @@ authenticate_user_gss(request_rec *r, goto end; } - major_status = gss_export_name(&minor_status, client_name, &output_token); + major_status = gss_display_name(&minor_status, client_name, &output_token, NULL); gss_release_name(&minor_status, &client_name); if (GSS_ERROR(major_status)) { log_rerror(APLOG_MARK, APLOG_ERR, 0, r,