Re: unsupported extension

2004-01-01 Thread Graham Barr
On 31 Dec 2003, at 21:45, D.Kreft wrote: On Wed, 31 Dec 2003, Chris Ridd did scribble: There's at least one way where these methods return a non-object. Mostly they call _error() to set an error code in a message object, but this isn't always true - if $ldap->socket fails the integer LDAP_SERVER

Re: unsupported extension

2003-12-31 Thread D.Kreft
On Wed, 31 Dec 2003, Chris Ridd did scribble: > There's at least one way where these methods return a non-object. Mostly > they call _error() to set an error code in a message object, but this isn't > always true - if $ldap->socket fails the integer LDAP_SERVER_DOWN is > returned (NB this is 81, s

Re: unsupported extension

2003-12-31 Thread Chris Ridd
On 31/12/03 9:45 pm, D.Kreft <[EMAIL PROTECTED]> wrote: > On Wed, 31 Dec 2003, Chris Ridd did scribble: > >> There's at least one way where these methods return a non-object. Mostly >> they call _error() to set an error code in a message object, but this isn't >> always true - if $ldap->socket fai

Re: unsupported extension

2003-12-31 Thread Chris Ridd
On 31/12/03 8:26 pm, D.Kreft <[EMAIL PROTECTED]> wrote: > On Tue, 16 Dec 2003, Chris Ridd did scribble: > >> I can't really recall the details of the original problem, except I think >> the ASN.1 got screwed up somehow so we were sending rubbish (legal BER, but >> the wrong ASN.1) to the server.

Re: unsupported extension

2003-12-31 Thread D.Kreft
On Tue, 16 Dec 2003, Chris Ridd did scribble: > I can't really recall the details of the original problem, except I think > the ASN.1 got screwed up somehow so we were sending rubbish (legal BER, but > the wrong ASN.1) to the server. I can't remember when it was broken or what > version fixed it :

Re: unsupported extension

2003-12-31 Thread D.Kreft
On Tue, 16 Dec 2003, Chris Ridd did scribble: > I can't really recall the details of the original problem, except I think > the ASN.1 got screwed up somehow so we were sending rubbish (legal BER, but > the wrong ASN.1) to the server. I can't remember when it was broken or what > version fixed it :

Re: unsupported extension

2003-12-16 Thread Chris Ridd
On 15/12/03 9:24 pm, D.Kreft <[EMAIL PROTECTED]> wrote: > So I'm busily working away making "optimizations" to my code, but now when > I try to start_tls(), I get the dreaded "unsupported extended operation" > error. I googled for "Net::LDAP 'unsupported extended operation'" and > saw a reply fro