On Tuesday 29 August 2006 14:48, Jürgen Herz wrote: > Achim Grolms wrote:
> > 2. checks if one of that mechnisms match the supported mechanisms of the > > clientside Authen::SASL object. > > One of the the mechanisms of intersection of serverside and clientside > > mechanisms is choosed and used for authentication. (Fail if intersection > > is empty). > > The question is, how it fails. In 2.28_2 $sasl->client_new() survives > instead croaking. Must have something to do with passing 'pop' instead > of 'pop3' when calling from auth(), but I don't understand why. 'pop3' was changed to 'pop' because in mechanism 'GSSAPI' the servicename is part of the underlying Kerberos service principal. <http://www.iana.org/assignments/gssapi-service-names> defines the list of correct servicenames. Achim