merge commit

This commit is contained in:
robvde 2012-11-28 07:15:28 +04:00
parent dfbdfc0024
commit d8956feb58
2 changed files with 2 additions and 2 deletions

View file

@ -645,7 +645,7 @@ namespace WebsitePanel.Providers.HostedSolution
{
string path = GetUserPath(organizationId, accountName);
DirectoryEntry entry = ActiveDirectoryUtils.GetADObject(path);
if (!string.IsNullOrEmpty(password))
entry.Invoke(ADAttributes.SetPassword, password);