Skip to content
Snippets Groups Projects
Commit 265fccd6 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Make sure we add the source to the user data

parent 270ca35a
No related branches found
No related tags found
No related merge requests found
......@@ -326,6 +326,8 @@ sub process_change {
$logger->log(LOG_DEBUG,"[CONFIGMANAGER] Cannot process user change for '".$user->{'Username'}."' as the Status is invalid.");
}
$userChange->{'Source'} = $user->{'Source'};
# Set the user ID before we post to the change queue
$userChange->{'ID'} = $uid;
$userChange->{'LastUpdate'} = time();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment