merge commit
This commit is contained in:
parent
dfbdfc0024
commit
d8956feb58
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
void SetUserPassword(string organizationId, string accountName, string password);
|
||||
|
||||
void SetUserPrincipalName(string organizationId, string accountName, string userPrincipalName);
|
||||
|
||||
|
||||
bool OrganizationExists(string organizationId);
|
||||
|
||||
void DeleteOrganizationDomain(string organizationDistinguishedName, string domain);
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue