Skip to content

Commit a3051b4

Browse files
adutraolim7t
authored andcommitted
Fix wrong config prefix in examples of DSE authentication
1 parent 94df136 commit a3051b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manual/core/authentication/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Note that, for backward compatibility with previous driver versions, you can als
6868
`DseGssApiAuthProvider` supports GSSAPI authentication against a DSE cluster secured with Kerberos:
6969

7070
```
71-
dse-java-driver {
71+
datastax-java-driver {
7272
advanced.auth-provider {
7373
class = DseGssApiAuthProvider
7474
login-configuration {
@@ -150,7 +150,7 @@ words the name of the role you want to connect as.
150150
Example for plain text authentication:
151151

152152
```
153-
dse-java-driver {
153+
datastax-java-driver {
154154
advanced.auth-provider {
155155
class = PlainTextAuthProvider
156156
username = bob
@@ -163,7 +163,7 @@ dse-java-driver {
163163
With the GSSAPI (Kerberos) provider:
164164

165165
```
166-
dse-java-driver {
166+
datastax-java-driver {
167167
advanced.auth-provider {
168168
class = DseGssApiAuthProvider
169169
authorization-id = alice

0 commit comments

Comments
 (0)