fixed: AD verification on samAccountName when creating user

object
This commit is contained in:
robvde 2013-01-19 09:55:05 +04:00
parent 71600a0be1
commit 43ff5bfaf6
5 changed files with 691 additions and 416 deletions

View file

@ -64,5 +64,7 @@ namespace WebsitePanel.Providers.HostedSolution
PasswordPolicyResult GetPasswordPolicy();
string GetSamAccountNameByUserPrincipalName(string organizationId, string userPrincipalName);
bool DoesSamAccountNameExist(string accountName);
}
}