s4:ldap_server: add support for async notification requests
authorStefan Metzmacher <metze@samba.org>
Thu, 23 Jul 2015 10:08:42 +0000 (12:08 +0200)
committerGarming Sam <garming@samba.org>
Wed, 17 Feb 2016 02:43:23 +0000 (03:43 +0100)
commit6e88639ed99564b92da9a069ae6c42d1ebe09678
treef5f310da2d6204e62f44f17bbff60e7cda4f4ee5
parent46243e4d80b7a1df8920d80af70c7ecca380b5a5
s4:ldap_server: add support for async notification requests

This is a simplified version that works with the current
dsdb_notification module that requires the caller to retry
periodically. We do that every 5 seconds or 100 microseconds
if we're forcing a retry.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/ldap_server/ldap_backend.c
source4/ldap_server/ldap_bind.c
source4/ldap_server/ldap_extended.c
source4/ldap_server/ldap_server.c
source4/ldap_server/ldap_server.h