Displaying 1 result from an estimated 1 matches for "009615".
2009 Mar 03
0
GSSAPI cross-realm still broken
...e seem to be a few issues.
LOGIN/PLAIN work fine using pam_krb5, but GSSAPI is a bit harder to
handle.
On line 436 of src/auth/mech-gssapi.c, the authn_name and the
authz_name are compared using gss_compare_name. This dates back to the
message at:
http://dovecot.org/pipermail/dovecot/2005-October/009615.html
While everything within that message is true, as things stand, Dovecot
is unusable in a cross-realm environment. When cross-realm tickets are
used, the authn_name is "username at REALM" and the authz_name is
"username" (or vice versa, I don't remember). The attached...