File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -673,7 +673,7 @@ Windows
673673 client = pymongo.MongoClient("mongodb://<hostname>:<port>",
674674 username="<username>",
675675 authMechanism="GSSAPI",
676- password="<db_password >",
676+ password="<password >",
677677 authMechanismProperties="SERVICE_NAME:<authentication service name>,
678678 CANONICALIZE_HOST_NAME:true,
679679 SERVICE_REALM:<service realm>")
@@ -700,7 +700,7 @@ Windows
700700 client = pymongo.AsyncMongoClient("mongodb://<hostname>:<port>",
701701 username="<username>",
702702 authMechanism="GSSAPI",
703- password="<db_password >",
703+ password="<password >",
704704 authMechanismProperties="SERVICE_NAME:<authentication service name>,
705705 CANONICALIZE_HOST_NAME:true,
706706 SERVICE_REALM:<service realm>")
You can’t perform that action at this time.
0 commit comments