This commit is contained in:
Yakov Olkhovskiy 2022-05-20 01:30:45 -04:00
parent b7bc40ce58
commit a5e421581d
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ There are multiple ways of user identification:
- `IDENTIFIED WITH ldap SERVER 'server_name'`
- `IDENTIFIED WITH kerberos` or `IDENTIFIED WITH kerberos REALM 'realm'`
For identifacation with sha256_hash using `SALT` - hash must be calculated from concatination of 'user' and 'salt'.
For identifacation with sha256_hash using `SALT` - hash must be calculated from concatination of 'password' and 'salt'.
## User Host {#user-host}

View File

@ -35,7 +35,7 @@ CREATE USER [IF NOT EXISTS | OR REPLACE] name1 [ON CLUSTER cluster_name1]
- `IDENTIFIED WITH ldap SERVER 'server_name'`
- `IDENTIFIED WITH kerberos` or `IDENTIFIED WITH kerberos REALM 'realm'`
Для идентификации с sha256_hash используя `SALT` - хэш должен быть вычислен от конкатенации 'user' и 'salt'.
Для идентификации с sha256_hash используя `SALT` - хэш должен быть вычислен от конкатенации 'password' и 'salt'.
## Пользовательский хост