add --krbservice cli opt

This commit is contained in:
Mike McLean 2016-02-16 12:17:41 -05:00
parent b4bd435ba8
commit 736eb068fd

View file

@ -135,6 +135,7 @@ def get_options():
help=_("specify a configuration profile"))
parser.add_option("--keytab", help=_("specify a Kerberos keytab to use"), metavar="FILE")
parser.add_option("--principal", help=_("specify a Kerberos principal to use"))
parser.add_option("--krbservice", help=_("specify the Kerberos service name for the hub"))
parser.add_option("--runas", help=_("run as the specified user (requires special privileges)"))
parser.add_option("--user", help=_("specify user"))
parser.add_option("--password", help=_("specify password"))