Description
Hi there, thanks in advance for your answer. LDAP v3 defines extended operations, some of which send one or more unsolicited notifications at random times. Is it possible with ldaptor to send one of these extended operations and assign a callback to handle the notification? Specifically, I would like to receive the notifications that emit whenever the ldap data is modified.
Update... Tell me if I'm on the right track. It seems from looking at the server and client examples, I could make a client that overrides protocol, and in the dataReceived function I could monitor for any unsolicited notifications the way that the server demo does. Is that along the right lines? But then I still have to understand how to send an ASN1/BER extended operation.