first pass of jobrunner with adsync

This commit is contained in:
Jonathan Jenne
2019-04-10 11:58:17 +02:00
parent 2855cc6208
commit dee5d33bb9
2 changed files with 23 additions and 8 deletions

View File

@@ -56,7 +56,6 @@ Public Class ActiveDirectoryInterface
_logger.Debug("Getting group Id for group {0}", GroupName)
oGroupId = GetGroupId(GroupName)
If oGroupId = 0 Then
_logger.Warn("Group {0} does not exist in database. Exiting", GroupName)
Return Nothing