]> eyrie.org Git - kerberos/krb5-sync.git/commit
Work around Net::Remctl::Backend bug in krb5-sync-backend
authorRuss Allbery <eagle@eyrie.org>
Fri, 6 Dec 2013 23:13:57 +0000 (15:13 -0800)
committerRuss Allbery <eagle@eyrie.org>
Fri, 6 Dec 2013 23:13:57 +0000 (15:13 -0800)
commit6166a2cafe4d46d6b436f1342ab6371660aadfa4
treeb6de5c364bd7cb746123c487aea5b17675c5d2dd
parent0dce840e011fd5e5ac6fb4048867e6dfa5b0f61f
Work around Net::Remctl::Backend bug in krb5-sync-backend

Net::Remctl::Backend doesn't do argument count validation
properly with arguments from standard input, which affected the
password command.  Allow one fewer argument than we require and
do a separate check that the number of arguments is correct.
tools/krb5-sync-backend