mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
minor
This commit is contained in:
parent
b219b99380
commit
a948334b8b
@ -574,7 +574,7 @@ bool IAccessStorage::areCredentialsValid(
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return Authentication::areCredentialsValid(credentials, {authentication_method}, external_authenticators, settings);
|
return Authentication::areCredentialsValid(credentials, authentication_method, external_authenticators, settings);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IAccessStorage::isAddressAllowed(const User & user, const Poco::Net::IPAddress & address) const
|
bool IAccessStorage::isAddressAllowed(const User & user, const Poco::Net::IPAddress & address) const
|
||||||
|
Loading…
Reference in New Issue
Block a user