|
Lines 5747-5752
Link Here
|
| 5747 |
UsersCache->BuildUserItemList ("local", $users{"local"}); |
5749 |
UsersCache->BuildUserItemList ("local", $users{"local"}); |
| 5748 |
UsersCache->BuildGroupItemList ("local", $groups{"local"}); |
5750 |
UsersCache->BuildGroupItemList ("local", $groups{"local"}); |
| 5749 |
|
5751 |
|
|
|
5752 |
@user_custom_sets = ("local", "system"); |
| 5753 |
|
| 5750 |
UsersCache->SetCurrentUsers (\@user_custom_sets); |
5754 |
UsersCache->SetCurrentUsers (\@user_custom_sets); |
| 5751 |
UsersCache->SetCurrentGroups (\@group_custom_sets); |
5755 |
UsersCache->SetCurrentGroups (\@group_custom_sets); |
| 5752 |
|
5756 |
|