summaryrefslogtreecommitdiff
path: root/src/providers/ad/ad_dyndns.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-28AD dyndns: extract the host name from URIJakub Hrozek1-9/+31
2013-05-27Fix dyndns timer initializationJakub Hrozek1-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-03Active Directory dynamic DNS updatesJakub Hrozek1-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.