diff --git a/lib/RT/Extension/LDAPImport.pm b/lib/RT/Extension/LDAPImport.pm index aa01314..d2ba5c6 100644 --- a/lib/RT/Extension/LDAPImport.pm +++ b/lib/RT/Extension/LDAPImport.pm @@ -701,6 +701,14 @@ sub create_rt_user { } +=head2 update_rt_user + +Takes a hash with a user object as C and a hashref of updated values as +C. Mimics RT::Record's C method, but without side-effects of +newline normalization. + +=cut + sub update_rt_user { my $self = shift; my %args = @_;