Replies: 1 comment
-
you also need to provide the Trino CLI with the keystore since you are using self-signed certs probably. See |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I enable trino to use ldap to authenticate users , i mean when i connect to trino UI over port 8443 it needs user/pass and check with ldap to authenticate
but as i want to use trino cli it does not work properly!
with command "trino --server https://127.0.0.1:8443 --user=amirdarvish --password" it ask for password but connect with any user and pass that are not correct!
However i can not run any query because it returns error:
and also there is no log in ldap with connecting with CLI!
here is my config.properties:
password-authenticator.properties:
Can anyone help me ?
Beta Was this translation helpful? Give feedback.
All reactions