[15885] in Kerberos-V5-bugs
[krbdev.mit.edu #8640] krb5 build
daemon@ATHENA.MIT.EDU (Greg Hudson via RT)
Thu Feb 8 12:04:14 2018
Mail-followup-to: rt@krbdev.mit.edu
mail-copies-to: never
From: "Greg Hudson via RT" <rt-comment@KRBDEV-PROD-APP-1.mit.edu>
In-Reply-To: <rt-8640@krbdev.mit.edu>
Message-ID: <rt-8640-48252.4.0755079935299@krbdev.mit.edu>
To: "'AdminCc of krbdev.mit.edu Ticket #8640'":;
Date: Thu, 8 Feb 2018 12:02:26 -0500 (EST)
Reply-To: rt-comment@KRBDEV-PROD-APP-1.mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: krb5-bugs-bounces@mit.edu
That error message should only occur when you run kinit -k without
specifying a client principal name on the command line.
Since you clearly are specifying a principal name, my best guess is
that we introduced an argument parsing bug on Windows when we added
getopt_long() support to the Unix build (in commit
8f9ade8ec50cde1176411085294f85ecfb2820a4 on Feb 24 2016).
Specifically, I suspect the "optind" variable as seen by kinit is not
set correctly after the call to getopt_long().
Unfortunately, I don't currently have the ability to investigate
further without spending a lot of time spinning up a Windows
development environment.
_______________________________________________
krb5-bugs mailing list
krb5-bugs@mit.edu
https://mailman.mit.edu/mailman/listinfo/krb5-bugs