s4:libcli/ldap: add support for LDB_CONTROL_DIRSYNC_EX_OID
[samba.git] / source4 / libcli / ldap / ldap_controls.c
index 448a2633c26c69a81d9920f24d8640855fd06cee..14a80af5935ddfc75f8014b6223c9f61cbc8872e 100644 (file)
@@ -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 },