Hello Team, Need your help in understanding ODP recording done for LDAP virtualisation. I have not chosen any request/response delimiter while recording (done with Attempt to detect the delimiter), I see only meta with lisa.vse.session.key stored and response encrypted as below.
From previous posts I have see that an appropriate delimiter should be used to match, in my case I am not sure what delimiter should be used.
Is there any article which explains how matching takes place for ODP please?
Hi Sandb,
Normally I use Scriptable with JAVA LDAP library for example NOVEL, Unboundid to decode this one from Binary to ASN.1 standard and decrypt this one in to LDAP message for example BindRequest,Bind Response,SearchRequest,Search result entry response , Search result done response , etc. these you can read the pattern from Ldap ASN.1 Codec - Apache Directory Server v1.0 - Apache Software Foundation .
I wish my information will help you.
However, I have problem about my customer business logic only that cause my result is not correct.