MS SyncUsers

This commit is contained in:
2022-03-25 10:35:53 +01:00
parent 0c659d9f72
commit 5361b749aa
4 changed files with 12 additions and 16 deletions

View File

@@ -64,11 +64,6 @@ Public Class ActiveDirectoryInterface
Return Nothing
End Try
If oUsers.Count = 0 Then
_logger.Debug("Group {0} does not contain any users.", GroupName)
Return oUsers
End If
' Do the actual sync into firebird
If Firebird IsNot Nothing Then
oSyncedUsersFirebird = oFirebirdSync.SyncUsers(GroupName, oUsers, AttributeMappings)