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
90716a17
Commit
90716a17
authored
Jun 08, 2012
by
Thomas Sibley
Browse files
Bump version for another dev release
parent
d8961668
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
Changes
Changes
+4
-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 @
90716a17
Revision history for RT-Extension-LDAPImport
0.32_06
Bug fix: Allow 0 as a valid object CF value
Usability: Lower log level to debug for skipped numeric users/groups
0.32_05
Bug fix: Restore the old uncached group member search logic when Member_Attr_Value is DN
Bug fix: Ensure the users cache is defined before we use it
...
...
META.yml
View file @
90716a17
...
...
@@ -28,4 +28,4 @@ requires:
Test::More:
0
resources
:
license
:
http://dev.perl.org/licenses/
version
:
0.32_0
5
version
:
0.32_0
6
lib/RT/Extension/LDAPImport.pm
View file @
90716a17
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_0
5
';
our
$VERSION
=
'
0.32_0
6
';
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