Skip to content

Fix up sasl_producer usage #825

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions examples/sasl_producer.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,15 @@ def main(args):
parser.add_argument('-d', dest="delimiter", default="|",
help="Key-Value delimiter. Defaults to '|'"),
parser.add_argument('-m', dest="sasl_mechanism", default='PLAIN',
choices=['GSSAPI', 'PLAIN',
'SCRAM-SHA-512', 'SCRAM-SHA-256'],
help="SASL mechanism to use for authentication."
"Defaults to PLAIN")
parser.add_argument('--tls', dest="enab_tls", default=False)
parser.add_argument('-u', dest="user_principal", required=True,
help="Username")
parser.add_argument('-s', dest="user_secret", required=True,
help="Password(ignored on Windows) for PLAIN and SCRAM,"
" or path to keytab if GSSAPI.")
help="Password for PLAIN and SCRAM, or path to"
" keytab (ignored on Windows) if GSSAPI.")

main(parser.parse_args())
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy