Replies: 1 comment 8 replies
-
What did you use to deploy? Docker image or tarball? It seems you have placed the config file at |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I try to connect trino to LDAP , so in config.properties i add "http-server.authentication.type=PASSWORD" to authenticate users with LDAP
i also create password-authenticator.properties in /etc/password-authenticator.properties
but as I append "http-server.authentication.type=PASSWORD" in config.properties i get error :
Invalid configuration property with prefix '': file does not exist: etc/password-authenticator.properties (for class io.trino.server.security.PasswordAuthenticatorConfig.passwordAuthenticatorFiles[0].<list element>)
can anyone help
Beta Was this translation helpful? Give feedback.
All reactions