On Friday 24 February 2006 01:06, Graham Barr wrote:

> > GSSAPI::Name->import( $target,
> >                       principal,
> >                       gss_nt_service_name )
>
> Calling import directly does not seem a good thing to do to me. Can
> someone explain why we are doing that ?

That's the constructor, creating a new GSSAPI::Name object
and storing it into $target.

that follows the behaviour of the C-Library that returns
most of it's values through manipulating it's input
parameters.

Achim

Reply via email to