I set up a stand alone AD LDS server in DMZ, and was able to configure it to adamsync to our internal AD manually. The way I sync is to run adamsync as a local administrator, while in the configuration XML file I added internal AD user (see below).
<source-ad-account>adldsuser</source-ad-account>
<account-domain>domain.us</account-domain>
When I run adamsync, I use /passprompt to enter domain\adldsuser password in command line. The problem is obvious: I have to remember to login to manually sync it every a couple days. I am desperate to know how to schedule it so that it can sync automatically. I tried search online but can't find any solution to it.
In a practical world, how do you guys configure AD LDS in DMZ? and how to you accomplish syncing automatically?
Thanks
Byron