Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are extended operations with unsolicited notifications possible? #249

Open
malibu1966 opened this issue Nov 1, 2024 · 0 comments
Open

Comments

@malibu1966
Copy link

malibu1966 commented 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.

@malibu1966 malibu1966 changed the title Are extended operations possible? Are extended operations with unsolicited notifications possible? Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant