RDS users logging
This commit is contained in:
parent
2726090c4f
commit
00a47e079d
3 changed files with 28 additions and 8 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