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?
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?