Graham:
Thanks for both the example code and the message text.
Is there a way to use Kerberos authentication with Net::LDAP, I've only
been able to find references to MD5 in the documentation (SASL)?
........ Steve
At 02:13 PM 8/30/00 , you wrote:
>use Net::LDAP::Util qw(ldap_error_text ldap_error_name);
>print ldap_error_name(86),"\n",ldap_error_text(86);
>
>Gives ...
>
>LDAP_AUTH_UNKNOWN
>The method of authentication requested in a bind request is unknown to
>the server
>
>Graham.
>
>On Wed, Aug 30, 2000 at 01:53:16PM -0700, Steve Benson wrote:
> > Hello everyone:
> >
> > I'm getting a bind return code of 86 and the listing I have for LDAP
> return
> > codes only goes up to 80.
> >
> > Does anyone know of a return code listing that would include 86 or the
> > meaning of return code 86?
> >
> > Thanks,
> >
> > ............ Steve
> >
|