Hi,
I have a
problem when i'm using ldap over SSL (ldaps).
When i try to
do a big request, this error is returned :
decode
error 00<=>30 0 8 at C:/Perl/site/lib/Convert/ASN1/_decode.pm line
107, line 5.
In debug mode i
receive that :
Net::LDAPS=HASH(0x1d9fcb0)
received:
30 84
I think I may be using the wrong callback with Authen::SASL::GSSAPI, and
I wanted some comments.
With GSSAPI, the authentication identity is determined by the contents
of the current users credential cache. However, the authorization
identity can be specified as part of the SASL handshake.
I'm cu