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
302e7fc1
Commit
302e7fc1
authored
Jul 24, 2012
by
Thomas Sibley
Browse files
Prep for release 0.33
parent
5ba51906
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
5 deletions
+8
-5
Changes
Changes
+3
-0
META.yml
META.yml
+1
-1
README
README
+2
-1
lib/RT/Extension/LDAPImport.pm
lib/RT/Extension/LDAPImport.pm
+2
-3
No files found.
Changes
View file @
302e7fc1
Revision history for RT-Extension-LDAPImport
0.33
Bug fix: Actually disable RT::Authen::ExternalAuth while importing users from LDAP
0.32_06
Bug fix: Allow 0 as a valid object CF value
Usability: Lower log level to debug for skipped numeric users/groups
...
...
META.yml
View file @
302e7fc1
...
...
@@ -28,4 +28,4 @@ requires:
Test::More:
0
resources
:
license
:
http://dev.perl.org/licenses/
version
:
0.3
2_06
version
:
0.3
3
README
View file @
302e7fc1
...
...
@@ -383,7 +383,8 @@ AUTHOR
Kevin Falcone "<falcone@bestpractical.com>"
LICENCE AND COPYRIGHT
Copyright (c) 2007, Best Practical Solutions, LLC. All rights reserved.
Copyright (c) 2007-2012, Best Practical Solutions, LLC. All rights
reserved.
This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself. See perlartistic.
...
...
lib/RT/Extension/LDAPImport.pm
View file @
302e7fc1
package
RT::Extension::
LDAPImport
;
# XXX TODO: For historical reasons, this should become 0.33 after 0.32_xx dev releases are done.
our
$VERSION
=
'
0.32_06
';
our
$VERSION
=
'
0.33
';
use
warnings
;
use
strict
;
...
...
@@ -1263,7 +1262,7 @@ Kevin Falcone C<< <falcone@bestpractical.com> >>
=head1 LICENCE AND COPYRIGHT
Copyright (c) 2007, Best Practical Solutions, LLC. All rights reserved.
Copyright (c) 2007
-2012
, Best Practical Solutions, LLC. All rights reserved.
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself. See L<perlartistic>.
...
...
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