Fix: Unable to create contacts with same displayName. GetContactGeneralSetting
was not returning generated sAMAccountNAme
This commit is contained in:
parent
8ee063152a
commit
418c11cdf5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue