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
445ee63a
Commit
445ee63a
authored
Oct 22, 2012
by
Thomas Sibley
Browse files
Dev release 0.33_01
parent
787bc18e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
Changes
Changes
+5
-0
META.yml
META.yml
+1
-1
lib/RT/Extension/LDAPImport.pm
lib/RT/Extension/LDAPImport.pm
+1
-1
No files found.
Changes
View file @
445ee63a
Revision history for RT-Extension-LDAPImport
0.33_01
Bug fix: Avoid flip flopping fields back and forth with
RT::Authen::ExternalAuth by using our own update function instead of
RT::Record->Update
0.33
Bug fix: Actually disable RT::Authen::ExternalAuth while importing users from LDAP
...
...
META.yml
View file @
445ee63a
...
...
@@ -28,4 +28,4 @@ requires:
Test::More:
0
resources
:
license
:
http://dev.perl.org/licenses/
version
:
0.33
version
:
0.33
_01
lib/RT/Extension/LDAPImport.pm
View file @
445ee63a
package
RT::Extension::
LDAPImport
;
our
$VERSION
=
'
0.33
';
our
$VERSION
=
'
0.33
_01
';
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