Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
best-practical
rt-extension-ldapimport
Commits
dbdc867b
Commit
dbdc867b
authored
Oct 22, 2012
by
Thomas Sibley
Browse files
POD for the new update_rt_user method
parent
445ee63a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
lib/RT/Extension/LDAPImport.pm
lib/RT/Extension/LDAPImport.pm
+8
-0
No files found.
lib/RT/Extension/LDAPImport.pm
View file @
dbdc867b
...
...
@@ -701,6 +701,14 @@ sub create_rt_user {
}
=head2 update_rt_user
Takes a hash with a user object as C<user> and a hashref of updated values as
C<info>. Mimics RT::Record's C<Update> method, but without side-effects of
newline normalization.
=cut
sub
update_rt_user
{
my
$self
=
shift
;
my
%args
=
@_
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment