s4/libcli: Register LDB_CONTROL_REVEAL_INTERNALS and DSDB_CONTROL_PASSWORD_CHANGE_STA...
authorEndi S. Dewata <edewata@redhat.com>
Mon, 28 Jun 2010 16:18:16 +0000 (11:18 -0500)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Mon, 28 Jun 2010 17:33:46 +0000 (19:33 +0200)
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org>
source4/libcli/ldap/ldap_controls.c

index 7f99a9c0e9e693db0b6c4c5e2ea01312b13c3849..49fb38ce49d7f1907d8d3f0a66d2644155270c9f 100644 (file)
@@ -1312,8 +1312,12 @@ static const struct ldap_control_handler ldap_known_controls[] = {
        { "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_REVEAL_INTERNALS is internal only, and has no network representation */
+       { "1.3.6.1.4.1.7165.4.3.6", 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_CONTROL_PASSWORD_CHANGE_STATUS_OID is internal only, and has no network representation */
+       { "1.3.6.1.4.1.7165.4.3.8", 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 },
        { DSDB_OPENLDAP_DEREFERENCE_CONTROL, decode_openldap_dereference, encode_openldap_dereference},