summaryrefslogtreecommitdiff
path: root/source4/libcli
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-01-26 09:37:13 +0100
committerGarming Sam <garming@samba.org>2016-02-17 03:43:23 +0100
commitd104d6e04ff8ad8274db1a63f53a5c2b93e3e10b (patch)
tree914a93c1ef89bf3fcd9b74a01373474d0693e35e /source4/libcli
parentfb705e19e8a8e727908c8913604c4cbffdb30c96 (diff)
downloadsamba-d104d6e04ff8ad8274db1a63f53a5c2b93e3e10b.tar.gz
s4:libcli/ldap: add support for LDB_CONTROL_DIRSYNC_EX_OID
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/libcli')
-rw-r--r--source4/libcli/ldap/ldap_controls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/ldap/ldap_controls.c b/source4/libcli/ldap/ldap_controls.c
index 448a2633c26..14a80af5935 100644
--- a/source4/libcli/ldap/ldap_controls.c
+++ b/source4/libcli/ldap/ldap_controls.c
@@ -1256,6 +1256,7 @@ static const struct ldap_control_handler ldap_known_controls[] = {
{ LDB_CONTROL_SORT_RESP_OID, decode_server_sort_response, encode_server_sort_response },
{ LDB_CONTROL_ASQ_OID, decode_asq_control, encode_asq_control },
{ LDB_CONTROL_DIRSYNC_OID, decode_dirsync_request, encode_dirsync_request },
+ { LDB_CONTROL_DIRSYNC_EX_OID, decode_dirsync_request, encode_dirsync_request },
{ LDB_CONTROL_VLV_REQ_OID, decode_vlv_request, encode_vlv_request },
{ LDB_CONTROL_VLV_RESP_OID, decode_vlv_response, encode_vlv_response },
{ LDB_CONTROL_PERMISSIVE_MODIFY_OID, decode_flag_request, encode_flag_request },