Skip to content

Commit 7c15505

Browse files
committed
Fix
1 parent 3aae239 commit 7c15505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/security.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>")

0 commit comments

Comments
 (0)