mirror of https://github.com/apache/cassandra
9 lines
329 B
Plaintext
9 lines
329 B
Plaintext
; Config for a custom auth provider that uses only the auth_provider field
|
|
; NoUserNamePlainTextAuthProvider is a PlainTextAuthProvider in the driver which
|
|
; doesn't take a username or password.
|
|
; used by unit testing
|
|
|
|
[auth_provider]
|
|
module = cqlshlib.test.test_authproviderhandling
|
|
classname = NoUserNamePlainTextAuthProvider
|