diff options
-rw-r--r-- | source4/libcli/ldap/ldap_controls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libcli/ldap/ldap_controls.c b/source4/libcli/ldap/ldap_controls.c index 6ded87a0ba..8405a03142 100644 --- a/source4/libcli/ldap/ldap_controls.c +++ b/source4/libcli/ldap/ldap_controls.c @@ -1179,8 +1179,8 @@ static const struct ldap_control_handler ldap_known_controls[] = { { DSDB_CONTROL_PASSWORD_CHANGE_OID, NULL, NULL }, /* DSDB_CONTROL_APPLY_LINKS is internal only, and has no network representation */ { DSDB_CONTROL_APPLY_LINKS, NULL, NULL }, -/* DSDB_CONTROL_BYPASS_PASSWORD_HASH_OID is internal only, and has no network representation */ - { DSDB_CONTROL_BYPASS_PASSWORD_HASH_OID, NULL, NULL }, +/* DSDB_CONTROL_BYPASS_PASSWORD_HASH_OID is internal only, and has an empty network representation */ + { DSDB_CONTROL_BYPASS_PASSWORD_HASH_OID, decode_flag_request, encode_flag_request }, /* LDB_CONTROL_BYPASS_OPERATIONAL_OID is internal only, and has no network representation */ { LDB_CONTROL_BYPASS_OPERATIONAL_OID, NULL, NULL }, /* DSDB_CONTROL_CHANGEREPLMETADATA_OID is internal only, and has no network representation */ |