summaryrefslogtreecommitdiffstats
path: root/src/providers/ad/ad_dyndns.c
Commit message (Collapse)AuthorAgeFilesLines
* AD dyndns: extract the host name from URIJakub Hrozek2013-05-281-9/+31
|
* Fix dyndns timer initializationJakub Hrozek2013-05-271-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.
* Active Directory dynamic DNS updatesJakub Hrozek2013-05-031-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.