Merge
This commit is contained in:
commit
08fe5d6a88
3 changed files with 29 additions and 7 deletions
|
@ -1058,7 +1058,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
var accountNames = users.Select(x => x.AccountName).ToList();
|
||||
|
||||
//Set on server
|
||||
rds.SetUsersInCollection(org.OrganizationId, collection.Name, users.Select(x => x.SamAccountName).ToArray());
|
||||
rds.SetUsersInCollection(org.OrganizationId, collection.Name, users.Select(x => x.AccountName).ToArray());
|
||||
|
||||
//Remove from db
|
||||
foreach (var userInDb in usersInDb)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue