Fix: Unable to create contacts with same displayName. GetContactGeneralSetting

was not returning generated sAMAccountNAme
This commit is contained in:
robvde 2012-07-30 21:06:29 +04:00
parent 8ee063152a
commit 418c11cdf5

View file

@ -3014,6 +3014,7 @@ namespace WebsitePanel.Providers.HostedSolution
info.WebPage = (string)GetPSObjectProperty(user, "WebPage");
info.Notes = (string)GetPSObjectProperty(user, "Notes");
info.SAMAccountName = string.Format("{0}\\{1}", GetNETBIOSDomainName(), (string)GetPSObjectProperty(user, "Name"));
}
finally