Adapted Enterprise Importer for 2.0:

samAccountName is now needed for more (all) kinds of accounts, make sure that
it is imported correctly
This commit is contained in:
VoosW 2012-11-02 20:18:32 +01:00
parent 2eea4614ce
commit bc8c122d81
3 changed files with 27 additions and 8 deletions

View file

@ -58,6 +58,13 @@ namespace WebsitePanel.Import.Enterprise
set { aDRootDomain = value; }
}
private static string netBiosDomain;
public static string NetBiosDomain
{
get { return netBiosDomain; }
set { netBiosDomain = value; }
}
public static PackageInfo Space;
public static string TempDomain;