SamAccount name generation for distributionlist and contacts adjusted to allow
usage of names such as 'service'
This commit is contained in:
parent
029ddd6d7c
commit
2f2f3d7479
1 changed files with 1 additions and 1 deletions
|
@ -1244,7 +1244,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
int counter = 0;
|
||||
bool bFound = false;
|
||||
|
||||
if (!AccountExists(accountName)) return accountName;
|
||||
//if (!AccountExists(accountName)) return accountName;
|
||||
|
||||
do
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue