Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits: 46c75746 by Thomas Daniels at 2022-10-03T20:41:00+00:00 ITS#9917 Remove 'h' and 'p' from options[] in client tools
The options -h and -p got removed from client tools in commit 66af4cfd5d3c559fcdf6d722b02fa66416b95f01. 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.
- - - - - 794dd8fb by Quanah Gibson-Mount at 2022-10-03T20:41:18+00:00 ITS#9917
- - - - - 6fa3c838 by Quanah Gibson-Mount at 2022-10-03T20:41:53+00:00 ITS#9915 - Clarify quoting should only be used with slapd.conf configurations
- - - - - 5e6b9c77 by Quanah Gibson-Mount at 2022-10-03T20:42:18+00:00 ITS#9915
- - - - -
11 changed files:
- CHANGES - clients/tools/ldapcompare.c - clients/tools/ldapdelete.c - clients/tools/ldapexop.c - clients/tools/ldapmodify.c - clients/tools/ldapmodrdn.c - clients/tools/ldappasswd.c - clients/tools/ldapsearch.c - clients/tools/ldapvc.c - clients/tools/ldapwhoami.c - doc/man/man5/slapo-unique.5
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d3a823582d0db6fa20c2cd1...