Fixed: AD verification on existence of samAccountName when creating a user
object
This commit is contained in:
parent
c48deb39b0
commit
53c40ab5eb
8 changed files with 172 additions and 27 deletions
|
@ -64,5 +64,7 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
PasswordPolicyResult GetPasswordPolicy();
|
||||
|
||||
string GetSamAccountNameByUserPrincipalName(string organizationId, string userPrincipalName);
|
||||
|
||||
bool DoesSamAccountNameExist(string accountName);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue