Am Mon, Feb 07, 2022 at 10:09:36PM -0000 schrieb Bill M via FreeIPA-users: > Hi there, > > I've a primary and three secondary servers in the sssd.conf on my IPA > clients. The failover works as expected, and from the logs I can see > the client attempting to reconnect to the primary server every 5 > minutes. > ipa_server = host1-ipa1 > ipa_backup_server = host2-ipa1, host3-ipa1, host4-ipa1 > > Is there an option in sssd.conf to increase this 5 minute interval? So > in case host1 and host2 are down, and current active server is host3, > I'd like the sssd client to attempt a reconnect to the primary server > (host1) every 15-20 minutes.
Hi, the values are currently hardcoded. What irritates me is that you see a reconnection time of 5min according to the man page an how I read the code it should be 31s. Can you share SSSD debug logs with 'debug_level = 9' in the [domain/...] section of sssd.conf covering the failover to a backup server and the reconnect to the primary server? This might help to understand why you see 5min? bye, Sumit > > have a good day, thanks. > _______________________________________________ > FreeIPA-users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedorahosted.org/archives/list/[email protected] > Do not reply to spam on the list, report it: > https://pagure.io/fedora-infrastructure _______________________________________________ FreeIPA-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
