SamAccount name generation for distributionlist and contacts adjusted to allow

usage of names such as 'service'
This commit is contained in:
robvde 2013-06-06 15:13:57 +04:00
parent 029ddd6d7c
commit 2f2f3d7479

View file

@ -1244,7 +1244,7 @@ namespace WebsitePanel.EnterpriseServer
int counter = 0;
bool bFound = false;
if (!AccountExists(accountName)) return accountName;
//if (!AccountExists(accountName)) return accountName;
do
{