twisted / ldaptor

LDAP server, client and utilities, using Twisted Python
MIT License
160 stars 53 forks source link

Extended operations with unsolicited notifications? #250

Closed malibu1966 closed 3 days ago

malibu1966 commented 3 days ago

Hi there, I am delving into the world of ldap and I would like to use the LDAPv3 extended operation to notify on every ldap data change. This is requested as an extended operation (ldap.extop). The operation starts a stream of unsolicited notifications, but I don't see any way in the API to assign a handler callback. Is this possible with python-ldap?