Created attachment 13215 [details] Patch to correct the error message The instructions in the error message are wrong. Here's what you get when you try to enable NIS features: ERROR: Missing parameters. To enable NIS features, the following options have to be given: --nis-domain=, --uidNumber=, --login-shell=, --unix-home=, --gid-number= Operation cancelled. The patch corrects 'uidNumber' to 'uid-number': ERROR: Missing parameters. To enable NIS features, the following options have to be given: --nis-domain=, --uid-number=, --login-shell=, --unix-home=, --gid-number= Operation cancelled.
This ended up being fixed in 8d0b8178dd143a02c47c514e2959efb9f54ca936 (September 2024, ends up in 4.22+). I won't close this just yet in case somebody cries out for a backport.