summaryrefslogtreecommitdiff
path: root/source4/libcli
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2010-01-18 20:57:01 -0600
committerAndrew Bartlett <abartlet@samba.org>2010-03-02 14:06:52 +1100
commit07669b0704eac9db46e241e681c92b09ee5a4c2e (patch)
treee71c5e2ba8056e260118da3701d77cf69031d8f7 /source4/libcli
parentbe026a6fd89b44ba7e6bdf5bef049959b242c61e (diff)
downloadsamba-07669b0704eac9db46e241e681c92b09ee5a4c2e.tar.gz
samba-07669b0704eac9db46e241e681c92b09ee5a4c2e.tar.bz2
samba-07669b0704eac9db46e241e681c92b09ee5a4c2e.zip
s4-libcli: Added NULL handlers for DSDB_CONTROL_DN_STORAGE_FORMAT_OID and LDB_CONTROL_AS_SYSTEM_OID
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/libcli')
-rw-r--r--source4/libcli/ldap/ldap_controls.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/libcli/ldap/ldap_controls.c b/source4/libcli/ldap/ldap_controls.c
index 0ea80a648e..94b32b305b 100644
--- a/source4/libcli/ldap/ldap_controls.c
+++ b/source4/libcli/ldap/ldap_controls.c
@@ -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},