You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
malibu1966
changed the title
Are extended operations possible?
Are extended operations with unsolicited notifications possible?
Nov 1, 2024
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.
The text was updated successfully, but these errors were encountered: