Skip to content

Commit ea80cd3

Browse files
committed
Fix
1 parent 9f6d8ef commit ea80cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/security/auth-mechanisms/kerberos.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ see the corresponding syntax for connecting to MongoDB with Kerberos authenticat
120120

121121
client = Mongo::Client.new(['<hostname>[:<port>]'],
122122
auth_mech: :gssapi,
123-
user: 'myapp/appuser@MYREALM')
123+
user: '<username>')
124124

125125
.. note::
126126

0 commit comments

Comments
 (0)