https://bugs.openldap.org/show_bug.cgi?id=9917
Issue ID: 9917 Summary: Remove -h and -p from options[] in client tools Product: OpenLDAP Version: 2.6.3 Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: client tools Assignee: bugs@openldap.org Reporter: daniels.thomas@pm.me Target Milestone: ---
Created attachment 914 --> https://bugs.openldap.org/attachment.cgi?id=914&action=edit patch for this issue
The options -h and -p got removed from client tools (https://bugs.openldap.org/show_bug.cgi?id=8618). However, they were still present in the options[] array in several client tools source files. So, if one of those tools got executed with -h or -p followed by a value, this lead to the error "unrecognized option -", without mentioning which option was problematic. Removing 'h' and 'p' from options[] fixes this. This patch does that.
https://bugs.openldap.org/show_bug.cgi?id=9917
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.6.4 Assignee|bugs@openldap.org |quanah@openldap.org Keywords|needs_review |
https://bugs.openldap.org/show_bug.cgi?id=9917
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |IN_PROGRESS
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- https://git.openldap.org/openldap/openldap/-/merge_requests/569
https://bugs.openldap.org/show_bug.cgi?id=9917
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|2.6.4 |2.5.14
https://bugs.openldap.org/show_bug.cgi?id=9917
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|IN_PROGRESS |RESOLVED
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- head:
• 1c18f31d by Thomas Daniels at 2022-10-03T16:51:26+00:00 Remove 'h' and 'p' from options[] in client tools
RE26:
• a8f7fd00 by Thomas Daniels at 2022-10-03T19:25:31+00:00 ITS#9917 Remove 'h' and 'p' from options[] in client tools
RE25:
• 46c75746 by Thomas Daniels at 2022-10-03T20:41:00+00:00 ITS#9917 Remove 'h' and 'p' from options[] in client tools
https://bugs.openldap.org/show_bug.cgi?id=9917
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED