finish adsync for now, add test job
This commit is contained in:
@@ -43,7 +43,7 @@ Namespace SyncUsers
|
||||
_logger.Debug("Checking if user {0} exists", oUser)
|
||||
oUserId = GetUserId(oUser.samAccountName)
|
||||
oUserExists = oUserId > 0
|
||||
_logger.Debug("User {0} exists in database: ", oUser, oUserExists)
|
||||
_logger.Debug("User {0} exists in database: {1}", oUser, oUserExists)
|
||||
Catch ex As Exception
|
||||
_logger.Error(ex)
|
||||
_logger.Warn("Could not get UserId for user. Skipping")
|
||||
|
||||
Reference in New Issue
Block a user