Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-28 | AD dyndns: extract the host name from URI | Jakub Hrozek | 1 | -9/+31 | |
2013-05-27 | Fix dyndns timer initialization | Jakub Hrozek | 1 | -0/+7 | |
The dyndns init function was starting the timer even if the updates were set to False. This patch splits the init of dynamic updates and the timer into two functions so that the back end can start the updates separately from reading the options. | |||||
2013-05-03 | Active Directory dynamic DNS updates | Jakub Hrozek | 1 | -0/+256 | |
https://fedorahosted.org/sssd/ticket/1504 Implements dynamic DNS updates for the AD provider. By default, the updates also update the reverse zone and run periodically every 24 hours. |