summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2010-06-28 11:18:16 -0500
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-06-28 19:33:46 +0200
commit5bee3efacac76fdf8753a7c7cb2845bf6058d088 (patch)
tree92b0bdccce1cd6b9211c2d693adfa672ea057bfc /source4/libcli/ldap
parented4c107bc1eac8531fdd8d09f7698efcbc7ecb14 (diff)
downloadsamba-5bee3efacac76fdf8753a7c7cb2845bf6058d088.tar.gz
samba-5bee3efacac76fdf8753a7c7cb2845bf6058d088.tar.bz2
samba-5bee3efacac76fdf8753a7c7cb2845bf6058d088.zip
s4/libcli: Register LDB_CONTROL_REVEAL_INTERNALS and DSDB_CONTROL_PASSWORD_CHANGE_STATUS_OID controls.
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org>
Diffstat (limited to 'source4/libcli/ldap')
-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 7f99a9c0e9..49fb38ce49 100644
--- a/source4/libcli/ldap/ldap_controls.c
+++ b/source4/libcli/ldap/ldap_controls.c
@@ -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},