Hello guys.
I'm worrying with all the info u give me guys, tracking the sites
win10 use to query and confirm it has connection.
Is a little annoying when users call u and complain about that, even
if they have internet access.
Part of IT life.
Thanks all for your input!!!
On Sun, Aug 22, 2021
I meant without replication. Service on the server with mysql
generates data for external helpers and hashes it with sha1 for
example. External helpers check if the hash has changed from time to
time, download new data, parse it, use it for authentication. Who
knows what could go wrong, while repli
On 30/08/21 1:25 am, roee klinger wrote:
Thanks, I know, I have already set that up, I am asking about the
possibility
of not using replication, and just setting up high ttl times for
credentials, to simplify things.
You told us you had a requirement to set TTL at 15sec.
What you have been
Thanks, I know, I have already set that up, I am asking about the
possibility
of not using replication, and just setting up high ttl times for
credentials, to simplify things.
On Sun, Aug 29, 2021 at 2:57 PM Matus UHLAR - fantomas
wrote:
> On 28.08.21 21:59, roee klinger wrote:
> >I have multipl
On 28.08.21 21:59, roee klinger wrote:
I have multiple Squid servers installed in different data centers across
different cloud providers, and they all need to authenticate users using
a single database (MySQL) on a separate server, which is also on a
different cloud provider on a different data
Yes, this is what I am doing now. I am creating a local install of MySQL
and than I am replicating the table into the local install, but I would
prefer to get around that.
On Sun, Aug 29, 2021 at 4:01 AM His Shadow wrote:
> You could write a service that occasionally dumps user credentials
> int