Re: [Perlgssapi-developer] Patches for perl-GSSAPI
Brought to you by:
achimgrolms
From: Achim G. <ac...@gr...> - 2006-04-21 10:44:02
|
On Friday 21 April 2006 12:10, Simon Wilkinson wrote: > > I am worried to add code the makes the module implementation-dependend, > > My idea was to rely only to things defined in RFC2744. > > Nico Williams has an Internet-Draft which defines a different means of > doing this, which hopefully will become part of some future revison of > RFC2744 - it's a fairly widely accepted limitation of the current > GSSAPI. OK,=20 I think David Leonard can answer the question what is supported by VAS. But another point: My idea was to make GSSAPI.pm implementaion-independent (Means regardless o= f=20 which implementation is used - it's transparent from the Perl-users point o= f=20 view). But the patch makes GSSAPI dependent to Authen::Krb5. And Authen::Krb5 depends to MIT Kerberos (and has no Heimdal support). =46rom my point of view that breaks the implementation-independency. Is my thinking wrong? Thank you, Achim |