Skip to content

Remove 'h' and 'p' from options[] in client tools

Quanah Gibson-Mount requested to merge quanah/openldap:its9917 into master

The options -h and -p got removed from client tools in commit 66af4cfd. 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.

Merge request reports