Skip to content

Commit

Permalink
Merge branch '5.0/always-pass-import-arg-ldap-import' into 5.0-trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnavy committed Sep 25, 2024
2 parents 6df44fa + bf79061 commit 3bc604a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/RT/LDAPImport.pm
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ sub _import_users {

my $done = 0; my $count = scalar @$users;
while (my $entry = shift @$users) {
my $user = $self->_build_user_object( ldap_entry => $entry );
my $user = $self->_build_user_object( ldap_entry => $entry, import => $args{import} );
$self->_import_user( user => $user, ldap_entry => $entry, import => $args{import} );
$done++;
$RT::Logger->debug("Imported $done/$count users");
Expand Down

0 comments on commit 3bc604a

Please sign in to comment.