Home
last modified time | relevance | path

Searched refs:SASL_PASS (Results 1 – 1 of 1) sorted by relevance

/dports/databases/pymongo/pymongo-3.12.0/test/
H A Dtest_auth.py57 SASL_PASS = os.environ.get('SASL_PASS') variable
281 if not SASL_HOST or not SASL_USER or not SASL_PASS:
290 password=SASL_PASS,
297 quote_plus(SASL_PASS),
308 password=SASL_PASS,
315 quote_plus(SASL_PASS),
328 'not-user', SASL_PASS, SASL_DB, 'PLAIN')
347 bad_user = MongoClient(auth_string('not-user', SASL_PASS))