diff --git a/tools/computer.c b/tools/computer.c index c9f54c1..01e06a7 100644 --- a/tools/computer.c +++ b/tools/computer.c @@ -491,6 +491,7 @@ adcli_tool_computer_update (adcli_conn *conn, struct option options[] = { { "domain", required_argument, NULL, opt_domain }, { "domain-controller", required_argument, NULL, opt_domain_controller }, + { "use-ldaps", no_argument, 0, opt_use_ldaps }, { "host-fqdn", required_argument, 0, opt_host_fqdn }, { "computer-name", required_argument, 0, opt_computer_name }, { "host-keytab", required_argument, 0, opt_host_keytab }, @@ -612,6 +613,7 @@ adcli_tool_computer_testjoin (adcli_conn *conn, struct option options[] = { { "domain", required_argument, NULL, opt_domain }, { "domain-controller", required_argument, NULL, opt_domain_controller }, + { "use-ldaps", no_argument, 0, opt_use_ldaps }, { "host-keytab", required_argument, 0, opt_host_keytab }, { "verbose", no_argument, NULL, opt_verbose }, { "help", no_argument, NULL, 'h' },