docs spelling fix

This commit is contained in:
Yakov Olkhovskiy 2022-05-20 08:57:18 -04:00
parent 1fdcb9b727
commit 6b62144090

View File

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