Hi,

[...]
> 
> Wow 150.000 !!!
> May I ask for the company/institution you create this installation ?

look at my email address :)
It is the German Labour Office (Bundesagentur fuer Arbeit).

[...]
> >
> > No SASL mechanism found
> >  at /usr/lib/perl5/site_perl/5.8.1/Authen/SASL.pm line 73
[...]
> 
> GSSAPI is currently only supported by Authen::SASL::Cyrus.

I know, but ...

> 
> > But this is exactly the problem, that can happen on any of 
> my clients.

... I can't guarantie that it is installed on every client.

> 
> You may use eval { ... } around the above piece of code to 
> catch the error.

I already tried it - didn't help in any way.


     eval { $oSASL = Authen::SASL->new(
                       mechanism => "GSSAPI",
                       callback  => {
                            user => ' ',
                       },
                     ); };

died with exact the same error message.
Or is there anything wrong with that eval statement above?

> 
> 
> Peter

Thx and bye.
Michael.

Reply via email to