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
0306ad86
Commit
0306ad86
authored
Oct 22, 2012
by
Thomas Sibley
Browse files
Dev version 0.33_02
parent
dbdc867b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
META.yml
META.yml
+1
-1
README
README
+5
-0
lib/RT/Extension/LDAPImport.pm
lib/RT/Extension/LDAPImport.pm
+1
-1
No files found.
META.yml
View file @
0306ad86
...
...
@@ -28,4 +28,4 @@ requires:
Test::More:
0
resources
:
license
:
http://dev.perl.org/licenses/
version
:
0.33_0
1
version
:
0.33_0
2
README
View file @
0306ad86
...
...
@@ -298,6 +298,11 @@ METHODS
If $LDAPUpdateOnly is true, we will not create new users but we will
update existing ones.
update_rt_user
Takes a hash with a user object as "user" and a hashref of updated
values as "info". Mimics RT::Record's "Update" method, but without
side-effects of newline normalization.
add_user_to_group
Adds new users to the group specified in the $LDAPGroupName variable
(defaults to 'Imported from LDAP'). You can avoid this if you set
...
...
lib/RT/Extension/LDAPImport.pm
View file @
0306ad86
package
RT::Extension::
LDAPImport
;
our
$VERSION
=
'
0.33_0
1
';
our
$VERSION
=
'
0.33_0
2
';
use
warnings
;
use
strict
;
...
...
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