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:
parent
2eea4614ce
commit
bc8c122d81
3 changed files with 27 additions and 8 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue