From: Graham B. <gb...@po...> - 2000-08-30 21:18:04
|
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 > |