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

Re: multi-mechanism gssapi



>>>>> "Luke" == Luke Howard <lukeh@padl.com> writes:

    >> 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.

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

    Luke> It will also support RFC 2478bis.

Yes, but Note that Sun will eventually move away from those names and
the mech glue will simply call gss_*.