Steve Shipway
Steve Shipway
Workaround - restart both nodes immediately. Since the uptime is less than the required, sync transfer does not happen and a fresh database is created.
I agree that all nodes should have the same config, and you don't want to waste a lot of time checking everything -- though some simple verification might help prevent...
Yes, I know about doing ldap retrievals per-user in Dovecot; however weakforced is wider than dovecot, and we also call it from AppSuite, Momentum and potentially other applications in the...
@Daniel15 If you have powerdns configured correctly, then it will send out a NOTIFY to all known NS records for a zone if the zone changes and the version is...
Our slave-cycle-interval is only 30s, so it may well be happening at that max delay (if the interval is 30s then on average it will be a wait of 15s...
In that case, having a 'renotify now!' button (as in the original request) would make even more sense, as it could be used to send an immediate notify for people...
I've just fought through similar. The module name and function have changed in v0.2.1. If you're using an older version then you use `app:app` instead of `powerdnsadmin:create_app(config='config.py')`. Make sure the...
I had similar problems, and needed to install a bunch of extra dev packages before it worked. In particular, the additional xmlsec and ltdl ones. Under CentOS, I needed to...
Probably, the best way to do it would be to allow groups to be allocated to accounts. Currently, the Azure OICD allows groups to be mapped to Admin, Operator, User...
This was when I was testing the Microsoft oAuth, and my tests failed because there was a local user with the same email address. Changing that let it work as...