[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: multi-mechanism gssapi




>There are several ways to work around this in designing mechanisms.
>The simplest is to call something like krb5gss_internal_display_name
>instead of gss_display_name when displaying a name from within the
>mechanism.  Then the implementation of gss_display_name simply calls
>krb5gss_internal_display_name.

The patch I'm preparing uses the Sun mechglue and renames all krb5
functions to gss_krb5_xxx.

It will also support RFC 2478bis.

-- Luke

--