Master AD account is hard codded in the frmMain.cs file in the following two vars:
private string domainUser = "SomeUser";
private string domainPassword = "SomePassword";
I will be changing this in the future to allow this to be stored and modified in the "settings.xml" file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Settings are modified in the "settings.xml" file.
Master AD account is hard codded in the frmMain.cs file in the following two vars:
private string domainUser = "SomeUser";
private string domainPassword = "SomePassword";
I will be changing this in the future to allow this to be stored and modified in the "settings.xml" file.