s4-libcli: Added NULL handlers for DSDB_CONTROL_DN_STORAGE_FORMAT_OID and LDB_CONTROL...
authorEndi S. Dewata <edewata@redhat.com>
Tue, 19 Jan 2010 02:57:01 +0000 (20:57 -0600)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 2 Mar 2010 03:06:52 +0000 (14:06 +1100)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
source4/libcli/ldap/ldap_controls.c

index 0ea80a648e0e0533a287a819e3bf7ea6df8eb967..94b32b305bf252407f7fbdf9d2a289eca5c2de92 100644 (file)
@@ -1309,6 +1309,10 @@ static const struct ldap_control_handler ldap_known_controls[] = {
        { "2.16.840.1.113730.3.4.10", decode_vlv_response, encode_vlv_response },
 /* DSDB_CONTROL_CURRENT_PARTITION_OID is internal only, and has no network representation */
        { "1.3.6.1.4.1.7165.4.3.2", NULL, NULL },
+/* DSDB_CONTROL_DN_STORAGE_FORMAT_OID is internal only, and has no network representation */
+       { "1.3.6.1.4.1.7165.4.3.4", NULL, NULL },
+/* LDB_CONTROL_AS_SYSTEM_OID is internal only, and has no network representation */
+       { "1.3.6.1.4.1.7165.4.3.7", NULL, NULL },
 /* DSDB_EXTENDED_REPLICATED_OBJECTS_OID is internal only, and has no network representation */
        { "1.3.6.1.4.1.7165.4.4.1", NULL, NULL },
        { LDB_CONTROL_RECALCULATE_SD_OID,  decode_recalculate_sd_request, encode_recalculate_sd_request},